Lab 1

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

 

Python shell

Part:2

Hello World

Part:3

Run Module

  Part:4

getting help