Additional Python Practice!

CS 134: Programming Fundamentals, Summer 2022

About

These are just ideas for additional programs you can write to practice your Python. These aren't graded and you don't turn them in, but you can always send me an email if you need help or want feedback!

💻 Programs

Quick jump: Basics (variables, input, output) | Lists | Dictionaries | Control flow - branching | Control flow - looping | Functions | Classes and Object Oriented Programming |