Robotics & Artificial Intelligence

Which is the default Python command prompt?

  1. <<<
  2. <<
  3. >>>>
  4. >>>

Getting Started

3 Likes

Answer

>>>

Reason — The default Python command prompt is represented by three greater-than signs (>>>). It appears in the interactive mode where the user can type a statement and instantly obtain the output.

Answered By

2 Likes


Related Questions