Please help me with the task: The Pareto Principle.

Hello, I’m working on this task:

Here is my code:


consequences = 80
causes = 20
print("The pareto principle states that for many outcomes , soughly" + sth(consequences) + "% of consequences come from" + str(causes) + % of causes."


Can anyone please help me to solve it?