Print

The "print" command is used to print information to the output screen.

print ("Hello World!")

...prints "Hello World" (without the quotes or parentheses) to the screen.

Assignment

Write a program that prints your first name to the screen.

Save as "001.py".

Note that all programs should be saved in your "Name - Python Tutorial" folder on the network drive from now on. See your instructor if you are unsure how to do this.

.