What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts?
- An editor
- A console
- A compiler
- Jython
Explanation & Hint:
The term you’re looking for is console. A console, sometimes referred to as a terminal or command-line interface, allows you to interact with your operating system and execute commands, including running Python scripts and entering Python commands interactively. This tool provides a text-based interface for performing various tasks programmatically. |