Informatics Practices
Python is a/an …………… language.
- Compiled
- Interpreted
- Compiled & Interpreted
- None of these
Getting Started
2 Likes
Answer
Interpreted
Reason — Python is an interpreted language. This means that Python code is executed line by line at runtime by an interpreter, without the need for a separate compilation step to machine code.
Answered By
1 Like
Related Questions
Which of the following is the shortcut key combination for exiting Python shell?
- F5
- Alt+F1
- Ctrl+E
- Ctrl+Q
The extension for a Python file is given as:
- .pt
- .pwy
- .py or .pyw
- .yppy
The interactive interpreter of Python is termed as …………… .
- Python shell
- Python Script mode
- Python Editor mode
- Python command line
The three greater than signs (>>>) are called the Python …………… .
- Cursor
- Command prompt
- Pointer
- Blinking cursor