p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Loops
Exercise: Find the First Large Number
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.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output