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
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
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