Switches Between Python Versions

Sometimes you have to download many python versions so the main problem here is when you want to switch between them using CMD, it is so easy

  • Open CMD

  • Type py --list

  • Type py -"Version you need that is listed from the previous step"

now you can use a specific Version of Python