Robotics & Artificial Intelligence

In Python programming, this mode refers to the mode where the user can instantly obtain the output, for the input given. The moment a statement or a command is typed in the Python command prompt and the 'Enter' key is pressed, the output will appear on the next line of the interactive screen.

Read the above paragraph to answer the following questions:

(a) Name the mode where get the instant output on the screen.

(b) Write down representation of the default Python prompt.

Getting Started

3 Likes

Answer

(a) Interactive Mode

(b) The default Python prompt is represented by >>> (three greater-than signs).

Answered By

3 Likes


Related Questions