p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Loops
Exercise: Create while-loop
Exercise: Create while-loop
Create a while-loop. Add the missing condition to print the expected output
100
.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output