Completed day 17. Had to look at some other peoples stuff for guidance though
This commit is contained in:
5
day_17/main.py
Normal file
5
day_17/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import part1 as p1
|
||||
import part2 as p2
|
||||
|
||||
# print(p1.run())
|
||||
print(p2.run())
|
||||
Reference in New Issue
Block a user