initial questions

This commit is contained in:
2023-08-03 17:04:23 -07:00
parent 828452b66b
commit d2d024a906
5 changed files with 282 additions and 20 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Setup
- Clone the repository.
- Set up a venv.
- Install modules in requirements.txt in venv.
# Run
- Run exercises.py in venv
- Implement methods in exercises.py such that output is correct.