Informatics Practices
The extension for a Python file is given as:
- .pt
- .pwy
- .py or .pyw
- .yppy
Getting Started
1 Like
Answer
.py or .pyw
Reason — The extension for a Python file is .py or .pyw.
Answered By
3 Likes
Related Questions
Identify the correct print() statement:
- print(Hello)
- print("Hello")
- print('Hello")
- print("Hello')
Which of the following is the shortcut key combination for exiting Python shell?
- F5
- Alt+F1
- Ctrl+E
- Ctrl+Q
Python is a/an …………… language.
- Compiled
- Interpreted
- Compiled & Interpreted
- None of these
The interactive interpreter of Python is termed as …………… .
- Python shell
- Python Script mode
- Python Editor mode
- Python command line