Computer Science, asked by srivishodan1408, 1 year ago

a python file has which extension


helpme10: .....

Answers

Answered by rancerforever
2
.py generally
.ipynb it's the extension in Jupyter notebook ide

srivishodan1408: not sure about ans
rancerforever: why
srivishodan1408: iam sorry gor that
rancerforever: kk
Answered by AskewTronics
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