Which the files python are saved with the extension
Answers
Answer:You can save it with two extensions. One is “.py ” and “.pyw”
.py is regular extension for console applications.
.pyw is used when you want your program to run without any user interface (without any windows)
Edit for text editors.
You can use any text editor of your choice. But it's good to practice in editors created for programming only. These are some of the best editors out there.
1.Atom
2.Sublime
3.Brackets
4.Notepad++
Make sure you have installed python correctly.
Explanation: thank me later
Answer:
It is conversation to give python program file the extension. "py" ( eg. helloworld.py). This is not mandatory. The python interpreter will be attempt to interpret and excute the text in any text file whatever it's text eg. hello world