Lab 1

Lab1

Description:

This is lab #1

Code:

print 5
x=5
print x+1

width = 17
height = 12.0
delimiter = ‘.’

print width/2
print width/2.0
print height/3
print 1+2*5
print delimiter * 5

 

screenshot:

exercise2:

exercise2
exercise3:
exercise3

Leave a Reply

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