Thursday , September 19 2024

What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts?

Questions BankCategory: Python Essentials 1What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts?
What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts?

  • Jython
  • A console
  • A compiler
  • An editor

Explanation: A Python console is a command-line interpreter that allows you to execute Python commands, instructions, and scripts line by line. Just like the one here: http://www.python.org/shell.

More Questions: Python Essentials 1 – Module 1 Test