p
y
c
h
a
l
l
e
n
g
e
r
Home
Intermediate Python
Functions III
Exercise: Filter function I
Exercise: Filter function I
Complete the code to filter out negative numbers from the
numbers
list.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output