Informatics Practices
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