Python is in PATH but does not run from cmd
📁 python, ии, работа
Installed Python for Visual Studio 2019. I also want to work with it from cmd. I added the path to the folder containing python.exe to the Path variable. However, when restarting cmd and typing python, the input prompt appears again, and Windows launches its app store and offers to download Python.
I am running Windows 10 Pro.
At minimum, (if you are sure that the tuple contains only numbers) you can add numbers to the list instead of strings, i.e., instead of lst.append(i), add lst.append(int(i)), but there is a shorter way:
"", "".join(a)The output will be
'0, 34, 532, 76' Log in to leave an answer