Skip to content

Commit fe61b27

Browse files
author
mhamid
committed
day 8
1 parent 13fbd72 commit fe61b27

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

day8/day8.py

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# read input
2+
3+
with open('input.txt', 'r') as file:
4+
data = file.read().strip().split('\n')
5+
6+
#
7+
for line in data:
8+
print(line)

day8/dummy.txt

Whitespace-only changes.

day8/input.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)