p
y
c
h
a
l
l
e
n
g
e
r
Home
Intermediate Python
Strings II
Exercise: String Split
Exercise: String Split
Split the
text
variable using the appropriate separator to get a list containing four numbers.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output