Skip to main content

2.9) Exercise 1 - Your First Program


Type the following into a file (remember don't copy-paste!), save it as a Python program and run it:

print "Hello, World!"
print "This is my first program."
print "Easier than I thought!"

Now add another sentence of your choice.

Now print the sum of 5 and 6