Advent of Code 2022 – Day 1 – Share your Projects – Snap! Forum https://forum.snap.berkeley.edu/t/advent-of-code-2022-day-1/12781
This is a thread to discuss Day1 (which starts on 1st December at 05:00 UTC ) :slight_smile: https://adventofcode.com/2022/day/1 REMEMBER! It is VERY important NOT to write any public spoilers :slight_smile: ALWAY…
+1 if i in ["A Z","B X","C Y"]: b+=c elif i in ["A X","B Y","C Z"]: b+=c+3 else