0
How do I make a program on python
2 Answers
+ 1
In windows just save your file with py extension then open cmd and run python file_name.py.In linux just use terminal and type python3 file_name.py.It is better to have a code editor installed and run python files from.
+ 1
I heard, that the most people use Visual Studio Code as their main Code editor. I there, just create a new file and save it as a Python file.
You can download visual studio Code for free on the internet.
I hope this answer helps.