These are my copies of my exercises worked from PY4E lessons.
All exercises are done in Python 3.
- From CLI, navigate to your GitHub project folder structure, such as
cd ~/Documents/GitHub/
- Clone the repo
git clone https://github.com/melanierosson/py4e-exercises.git
- Navigate to the new repo folder
cd py4e-exercises
- Run
python3 filename.py
to see the results of the exercise in the terminal