Investigate
Look at the code on the right.
Run it and see what it does.
Click on the pencil icon at the top to see the code again.
Change "12" to another number.
What happens if you get rid of the Speech marks""? Does it still work?
#Run the program, then change 12 to another number.
#What happens if you remove the " " from "12"?
myName = input("What is your name? ")
print("Wow! My name is " + myName + " too!")
print("I am " + myAge + " years old!")