beep
This commit is contained in:
parent
bdeef8224d
commit
e74bd54997
3 changed files with 57 additions and 0 deletions
3
day8/2.py
Normal file
3
day8/2.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
with open(r'day8/input.txt', 'r') as input:
|
||||
lines = input.read().split('\n')[:-1]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue