You are reading a single comment by @frankenbike and its replies.
Click here to read the full conversation.
-
You can make the iteration much neater with
zip_longest
: https://gist.github.com/wence-/500e1bc4633192ac6fee67433aedd974#file-day05-py
Nothing interesting to see in mine. Boring array wrangling
https://github.com/jyates13/aoc2021/blob/main/d5/d5.py