Week 6 Practice Problems
In addition to this week’s lab and problem set, you’re welcome to try any of these (optional!) practice problems:
- Bank, from CS50’s Introduction to Programming with Python, for practice with
str
s - Frank, Ian and Glen’s Letters, from CS50’s Introduction to Programming with Python, for practice with libraries and command-line arguments
- Jar, from CS50’s Introduction to Programming with Python, for an introduction to classes and object-oriented programming, if feeling more comfortable
- Seven Day Average, for practice with requests,
dict
s, and data, if feeling more comfortable - Taqueria, from CS50’s Introduction to Programming with Python, for practice with
dict
s andtry
/except
blocks