We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7babe5 commit 3851511Copy full SHA for 3851511
day10/Day10.py
@@ -105,6 +105,9 @@ def print_sprite_position():
105
106
# This program results in a key index error of 242, but I can fix that later. I think I got the solution!
107
# Heard to read the first letter, is it a P? PZHFGJCB? (wrong) It must be R or D? It was R (ugly looking one)
108
+# Update: After checking out someone else's solution, I realized my is wrong, that's why the R looks ugly.
109
+# I will have to investigate this in more detail later.
110
+#
111
###..####.#..#.####..##....##..##..###.
112
##.#....#.#..#.#....#..#....#.#..#.#..#
113
##.#...#..####.###..#.......#.#....###.
0 commit comments