Skip to content

Commit 7a9a27e

Browse files
committed
Removed several prints
1 parent 93a9d3c commit 7a9a27e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

2021/02-Dive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def words(s: str):
9595
position += int(delta)
9696
position += int(delta) * abs(aim.imag) * 1j
9797

98-
print(string, aim, position)
98+
# print(string, aim, position)
9999

100100
puzzle_actual_result = int(abs(position.imag) * abs(position.real))
101101

2021/06-Lanternfish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def words(s: str):
9292
new_fish_plus_2 = new_fish_plus_1.copy()
9393
new_fish_plus_1 = new_fish.copy()
9494

95-
print("End of day", day, ":", sum(fishes.values()) + sum(new_fish_plus_2.values()))
95+
# print("End of day", day, ":", sum(fishes.values()) + sum(new_fish_plus_2.values()))
9696

9797
puzzle_actual_result = sum(fishes.values()) + sum(new_fish_plus_2.values())
9898

2021/14-Extended Polymerization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def words(s: str):
121121
for i in range(len(source) - 1):
122122
pair_count[source[i : i + 2]] += 1
123123

124-
print(elem_count, pair_count)
124+
# print(elem_count, pair_count)
125125

126126
for j in range(nb_counts):
127127
for pair, nb_pair in pair_count.copy().items():

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy