Personal repository where Python exercises and practices developed during the CTOP course will be uploaded.
- Python 3
From the repository root, you can run any exercise with Python. Example from PowerShell on Windows:
# Run exercise 1 from Unit 1
python .\Unidad_01\ej1.py
# Run exercise 2 from Unit 1
python .\Unidad_01\ej2.py