Write a program that uses statistics about the population and fishing industry employment to print out conditional probabilities of each nationality given that the winner works in the fishing industry.

The data is given in lists containing the population and the number of fishers in each country.

Output Example

Denmark 14.32%
...
Sweden 08.45%
Tip: Your values might be different, but the formatting should be identical.