11-1 ok, but 11-2-fail

This commit is contained in:
2024-12-11 13:04:50 +01:00
parent 9e9eac67b6
commit 85e37d4d91
3 changed files with 47 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ if __name__ == "__main__":
puzzle = puzzle_input.split()
puzzle = str_list_to_int_list(puzzle)
for x in range(x_blink):
print(x+1)
puzzle = blink(puzzle)
#print(puzzle)
print(f'input: {puzzle_input} and {x_blink} blinks -> {len(puzzle)} stones')