Let's go and practice some Python!
I created this repository to keep track of what I already know in Python by recording what I have learned by chapters. Moreover, this repository follows the Python Full Course for Free of Bro Code, a giga chad master instructor in teaching programming. You can view the course by accessing https://www.youtube.com/watch?v=XKHEtdqhLK8".
- Download the zip file or clone the repository.
git clone https://github.com/emmarcaber/Python-Fundamentals-Practice
- Type in the command line the chapter you want to run by:
py "filename"
# EXAMPLE: py "Chapter 39 - QuizGame.py"