Exercise: Terminate for-loop with break
Use a
break
statement to terminate the loop once total_sum reaches 20 points.Premium
Python
Setting up Python environment...
Output