Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 268 Bytes

Sprint Challenge: Intro to Python

  • Complete the programs in the src/ directory in any order.

    • oop1.py: class hierarchies
    • oop2.py: subclassing and method overriding
    • comp.py: list comprehensions
    • cityreader.py: modules and CSV file reading