diff --git a/10/j.py b/10/j.py index 28f441d..6fef30e 100644 --- a/10/j.py +++ b/10/j.py @@ -32,7 +32,6 @@ for l in input: # p2 if cycle % 40 == 0: line += 1 - if (pos == X-1 or pos == X or pos == X+1): screen[line-1][pos] = True @@ -46,7 +45,6 @@ print(sum(strs)) # p2 for y in range(H): - for x in range(W): if (screen[y][x]): print("#", end="")