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.
text =
print(text)
Python
Setting up Python environment...
Output