This repository was created from the Autograding Python Assignments Template
Each exercise in this practice is designed to be autocorrected outside the Github Classroom system by simply running Github Classroom system by simply running:
python exercises/<exercise>.py.
- Exercise 1: Basic Arithmetic
- Exercise 2: Simple Logic and Short Circuit
- Exercise 3: Comparison
- Exercise 4: Basic Conversions
- Exercise 5: Strings
- Exercise 6: Lists
- Exercise 7: Tuples and Unpacking
- Exercise 8: Dictionaries
- Exercise 9: Sets
- Exercise 10: Coercion to Booleans