Informatics Practices
The interactive interpreter of Python is termed as …………… .
- Python shell
- Python Script mode
- Python Editor mode
- Python command line
Getting Started
2 Likes
Answer
Python shell
Reason — The interactive interpreter of Python is termed as Python shell.
Answered By
2 Likes
Related Questions
The extension for a Python file is given as:
- .pt
- .pwy
- .py or .pyw
- .yppy
Python is a/an …………… language.
- Compiled
- Interpreted
- Compiled & Interpreted
- None of these
The three greater than signs (>>>) are called the Python …………… .
- Cursor
- Command prompt
- Pointer
- Blinking cursor
Single-line comments in Python begin with …………… symbol.
- %
- "
- '''
- #