p
y
c
h
a
l
l
e
n
g
e
r
Home
Intermediate Python
Unpacking
Exercise: Capture the Rest with *
Exercise: Capture the Rest with *
Split
scores
so
best
holds the top score and
rest
gets everything that follows.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output