Changes

Jump to: navigation, search

OPS435 Python Lab 4

2 bytes added, 23:44, 19 June 2017
PART 3 - String Formatting Expanded
dict_newnham = {'Address': '1750 Finch Ave E', 'City': 'Toronto', 'Country': 'Canada', 'Postal Code': 'M2J2X5', 'Province': 'ON'}
college = 'Seneca College'
 
lab4e.print_college_address(dict_york, college)
|-------------Seneca College-------------|
| Country Canada |
|----------------------------------------|
 
lab4e.print_college_address(dict_newnham, college)
|-------------Seneca College-------------|
198
edits

Navigation menu