Computer Science, asked by wwwrammanoharg7557, 8 months ago

Which the files python are saved with the extension

Answers

Answered by nairaa01
1

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

Answered by dhavaltankit1
2

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

Similar questions