This program is basically showing you how variables works.
Source code:
>>> width = 17
>>> height = 12.0
>>> delimiter = ‘.’
>>> width/2
8
>>> width/2.0
8.5
>>> height/3
4.0
>>> 1 + 2 * 5
11
>>> delimiter * 5
‘…..’
Hey there! Thanks for dropping by Leiby Nunez's ePortfolio! Take a look around and grab the RSS feed to stay updated. See you around!
This program is basically showing you how variables works.
Source code:
>>> width = 17
>>> height = 12.0
>>> delimiter = ‘.’
>>> width/2
8
>>> width/2.0
8.5
>>> height/3
4.0
>>> 1 + 2 * 5
11
>>> delimiter * 5
‘…..’
Our goal is to make the OpenLab accessible for all users.
Our goal is to make the OpenLab accessible for all users.