name = "Ryan"
age = "19"
food = "cheese"
In the above example, we create a variable name and set it to the string value "Ryan".
We also set age to "19" and food to "cheese".
Strings need to be within quotes.
Instructions
Create a new variable brian and assign it the string "Hello life!".