greeting = 'Hello' name = "Ada" quote = 'She said "hi" to me' print(greeting) print(name) print(quote)
Click Run to execute this code.