p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Strings I
Exercise: Create a string and store it in a variable
Exercise: Create a string and store it in a variable
It's time to create your first string. Assign any string to the variable text.
reset
text =
print(text)
Python
Setting up Python environment...
Output