Lab# 1

Description

Lab #1 consisted of executing the following statements into finding the results. I had to execute 5 problems and then using the python interpreter, I checked my answers and received no error.

Coding

width = 12
height = 12.0
delimeter = ‘.’

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

Screenshots

Jhonny Lab 1

Lab1

 

 

 

 

 

 

Leave a Reply

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