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:
@@ -18,5 +18,5 @@ for line in fileinput.input():
|
||||
if inbetween.search(line) and twodouble.search(line):
|
||||
nice2 += 1
|
||||
|
||||
print nice1, "nice1 strings."
|
||||
print nice2, "nice2 strings."
|
||||
print(nice1, "nice1 strings.")
|
||||
print(nice2, "nice2 strings.")
|
||||
|
||||
Reference in New Issue
Block a user