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