3 Comments
User's avatar
⭠ Return to thread
Stephen Gruppetta's avatar

Ah yes. If you're in Python's default REPL/Console, it will show three chevrons as a prompt (>>>) but ellipsis when there's a block of code, such as a `for` loop, say, or a multiline expression

Expand full comment