# Homework 18, problem 3: Stop at the threshold. # # Add 1, 2, 3, ... to a running total. Stop as soon as the total # exceeds 100. Print the counter and the total at the moment you # stopped. # # Run with: python exercises/18/homework/03-stop-at-threshold.py # Your code goes here: