Programming Lesson 1: Print & Input

print("Hello World")

When you want your program to talk to the user, you use print(). You can put math expressions, text, numbers, and variables inside of the brackets.