3 Comments
User's avatar
⭠ Return to thread
Ash Roberts's avatar

"You can use the multiline formatting option to create this array if it's easier to visualise—in Python's REPL/Console environment"

I'd been wondering what all those ellipses on your code snippets were about!

Expand full comment
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