What is the purpose of the '>>>' prompt?

QuestionsQuestions8 SkillsProPython Control StructuresNov, 17 2025
0109

The >>> prompt in the Python interpreter indicates that the interpreter is ready to accept a new command or expression. It signifies the start of a new line of input where you can enter Python code. If you enter a multi-line statement, the interpreter will switch to the ... prompt to indicate that it is expecting more input to complete the statement.

0 Comments

no data
Be the first to share your comment!