mirror of
https://gitlab.com/MisterBiggs/aoc2020.git
synced 2026-06-04 00:50:26 +00:00
black formatting
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
input = open('day1\input.txt','r').readlines()
|
input = open("day1\input.txt", "r").readlines()
|
||||||
print(input)
|
print(input)
|
||||||
|
|
||||||
input = [int(a) for a in input]
|
input = [int(a) for a in input]
|
||||||
|
|||||||
Reference in New Issue
Block a user