Part:1
This is my first lab. This is the basics of working with python and running a program.
In this lab i worked with python shell and python IDLE. I learned how to create and run my first program with given inputs:
1+1
print ‘Hi Mom’
1+1.2
print hello
Part:2
Part:3
Part:4