How to use
Step 1: run this command
git clone https://github.com/TechPenguineer/Python-Exercises.git
Step 2: Run this command
cd Python-Exercises
You will be givin 2 files in each exercise. Open the one that says question.py
. You will find a question. Try your best to answer.
When you're done you can compare your answer to the answer.py
file!
How to open the file
I strongly recomend using an IDE. You can always use a notepad but you can NOT run it through there. If you need one I will list free IDE'S for you to install below:
IDE | DOWNLOAD |
---|---|
VS Code | https://code.visualstudio.com/download |
Atom | https://atom.io/ |
PyCharm | https://www.jetbrains.com/pycharm/ |
Eclipse | https://www.eclipse.org/ |