Program for downloading last/specific version of Python installer from the official site (www.python.org) With the consent of the user program can install the beta and alpha versions
Expected 2 optional arguments: download path, version of python in format #.#(.#) If no arguments are passed, default values are used Default values of arguments: path to the "main.py" script, last available version of python
python main.py D:/folder 3.7.3