Exercise 2
Description:
Type the following statements in the Python interpreter
Code:
5
x = 5
x + 1
Screen Shot:
Description:
Same statements but put into script and ran.
Exercise 3
Discription:
Assume that we execute the following assignment statements:
Code:
width = 17 height = 12.0 delimiter = '.' Screen Shot: