Lab One

This lab teaches the basics of the basics of python, including it’s origins and main benefits. It goes on to assist the student with visual aid in taking his/her first step into python or their first step into programming period, starting with basic commands that automatically compile, run, and print after entering such as 1 + 1, and print hello (quickly teaching us the important of apostrophes). It leads on with the print ‘Hello World’ statement which apparently is a sort of tradition in computer science. It ends with how we should properly save and run generally any program we create in Python.

The code is in the Sceenshot above, as I am not sure how to remove myself from the command line version of python I think this is at most what I can do.

1 + 1

print ‘Hi mom’

print hello

print ‘Hello World’