Exercise: Find the First Large Number

Fill in the while-loop to find the first number in numbers that tops threshold. Save it to found and exit early.
Python
Setting up Python environment...
Output