Solutions to Python's training from https://www.practicepython.org/
this is just some of my solutions for the exercises presented in https://www.practicepython.org/ I report only my script of those exercises for which:
- the original solution on the website contains (in my opinion) an error
- a bit of effort is necessary to avoid infinite loops, etc. etc.