Skip to content

Commit f7cc640

Browse files
authored
Valid Python code for Python version 2-3
1 parent 6318f57 commit f7cc640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project_euler/problem_16/sol2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import print_function
12
n = 2**1000
23
r = 0
34
while n:

0 commit comments

Comments
 (0)