Lab 1

Exercise 2

Description:

Type the following statements in the Python interpreter

Code:

5
x = 5
x + 1
Screen Shot:

 pie1

Description:

Same statements but put into script and ran.

pie1

Exercise 3

Discription:

Assume that we execute the following assignment statements:

Code:

width = 17
height = 12.0
delimiter = '.'

Screen Shot:
pie1

Leave a Reply

Your email address will not be published. Required fields are marked *