Exercise: Terminate for-loop with break

Use a break statement to terminate the loop once total_sum reaches 20 points.
Python
Setting up Python environment...
Output