We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407a94d commit 5ce98abCopy full SHA for 5ce98ab
python/day02.py
@@ -40,6 +40,5 @@ def is_safe_allow_single_bad_level(row_of_levels):
40
41
42
if __name__ == '__main__':
43
- print(input)
44
input = sys.stdin.read()
45
print((part1(input), part2(input)))
0 commit comments