mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 13:20:32 +01:00
Import print_function
This makes sure that the code still runs in pypy properly.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import string
|
||||
|
||||
letters = [c for c in string.ascii_lowercase]
|
||||
|
||||
Reference in New Issue
Block a user