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.
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.