Problem Sets
Variations of these have been used in the Procedural and Object-Oriented Programming class at NCSSM for several years.
- print_practice This will provide you with a
chance to use Python's
print
function to format text. - string_play This will provide you with a chance to use Python's string methods to manipulate strings.
- to_the_moon This will give you more practice with Python's IO.
Reading
p0.pdf addresses the Python type system and the basics of Python IO.