mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 13:20:32 +01:00
Fix project, now use python 3.
This commit is contained in:
@@ -59,7 +59,7 @@ for line in fileinput.input():
|
||||
|
||||
a = findValue("a")
|
||||
|
||||
print "Initial a is ", a
|
||||
print("Initial a is ", a)
|
||||
values = {}
|
||||
values["b"] = a
|
||||
print "Secondary a is", findValue("a")
|
||||
print("Secondary a is", findValue("a"))
|
||||
|
||||
Reference in New Issue
Block a user