Skip to content

Commit 3851511

Browse files
committed
update d10 learning notes
1 parent c7babe5 commit 3851511

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: day10/Day10.py

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ def print_sprite_position():
105105

106106
# This program results in a key index error of 242, but I can fix that later. I think I got the solution!
107107
# 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+
#
108111
###..####.#..#.####..##....##..##..###.
109112
##.#....#.#..#.#....#..#....#.#..#.#..#
110113
##.#...#..####.###..#.......#.#....###.

0 commit comments

Comments
 (0)