Course held with the aim of recycling and improving my pythonic skills more and more.
1️⃣ Create a virtualenv with Python 3.X.
cd PythonCourseZeroToMaster
python -m venv .venv
2️⃣ Activate virtualenv.
source .venv/bin/activate
3️⃣ Execute script
# Enter the filename
python filename.py