mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 05:10:32 +01:00
Fix project, now use python 3.
This commit is contained in:
@@ -8,9 +8,9 @@ line = "1321131112"
|
||||
for x in range(40):
|
||||
line = lookandsay(line)
|
||||
|
||||
print "40:", len(line)
|
||||
print("40:", len(line))
|
||||
|
||||
for x in range(10):
|
||||
line = lookandsay(line)
|
||||
|
||||
print "50:", len(line)
|
||||
print("50:", len(line))
|
||||
|
||||
Reference in New Issue
Block a user