In which of the following mode, the interpreter executes the statement and displays the result as soon as we press ‘Enter’ key?

🎲 Try a Random Question  |  Total Questions in Quiz: 140  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CBSE Class 11 Introduction to Python Practice Test — practice the complete quiz, review flashcards, or try a random question.

Python is a general-purpose advanced level programming language used by developers for data analysis, web development, and machine learning. It is an object-oriented programming language with built-in data structures and dynamic typing and binding.

Python programs are easy to understand as they have a clearly defined syntax and relatively simple structure.

Python is case-sensitive . For example, NUMBER and number are not the same in Python.

Python is portable and platform independent, meaning it can run on various operating systems and hardware platforms.


In which of the following mode, the interpreter executes the statement and displays the result as soon as we press ‘Enter’ key?