lab 1

Lab Description

this is measurements of width and height and how they get divided. it also shows a example of how multiplication goes first when your adding as well.

>>> width=17
>>> width/2
8
>>> width/2.0
8.5
>>> height=12.0
>>> height/3
4.0
>>> 1+2*5
11
>>> delimiter=’.’
>>> delimiter*5
‘…..’

pyth

 

 

Leave a Reply

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