Welcome

Description:

This is exercise 2 in chapter 2 of Think Python

Code:

print 5

x = 5

print x + 1

Screenshots:

Assignment2

Assignment2- 1

Description:

This is assignment 3 in chapter 2

Code

width = 17

height = 12.0

delimiter = ‘ . ‘

Screenshot:

assignment2 -3