mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
Fix project, now use python 3.
This commit is contained in:
@@ -59,5 +59,5 @@ for i in dist:
|
||||
possible.append(shortest)
|
||||
possible.append(longest)
|
||||
|
||||
print "Shortest path is", min(possible)
|
||||
print "Longest path is", max(possible)
|
||||
print("Shortest path is", min(possible))
|
||||
print("Longest path is", max(possible))
|
||||
|
||||
Reference in New Issue
Block a user