gitextract_akths2on/ ├── README.md ├── week1-problemset/ │ ├── programming_assignment.py │ └── question7.py ├── week2-problemset/ │ ├── programming_assignment.py │ ├── question1.py │ ├── question2.py │ ├── question4.py │ ├── question5.py │ └── question9.py ├── week3-problemset/ │ ├── programming_assignment.py │ ├── question8.py │ └── question9.py └── week4-problemset/ ├── programming_assignment.py └── question1.py