a python file has which extension
helpme10:
.....
Answers
Answered by
2
.py generally
.ipynb it's the extension in Jupyter notebook ide
.ipynb it's the extension in Jupyter notebook ide
Answered by
0
The ".py" extension is given to the file of the type of python program.
Explanation:
- The extension of a file states that the type of file for which that extension is. This is used to states the type of a file so that any person can open that file with the help of that software which is a supportable software for that extension.
- For example, If a user finds the .txt file then it is a type of text file that can be opened with the help of notepad type software. The extension of a file makes a difference from one type of file to another.
- So when a user wants to write any Python program, then he needs to write the program with the help of a text editor and then save it with the help of file name with .py extension.
Learn More :
- Python : https://brainly.in/question/14689905
Similar questions