Solve problem 70 in Python.
This commit is contained in:
@@ -66,7 +66,7 @@ def euler_068():
|
||||
if is_5_gon_ring(p):
|
||||
r = five_gon_ring_to_group_presentation(p)
|
||||
if len(r) == 16:
|
||||
print(r)
|
||||
# print(r)
|
||||
rs.append(int(r))
|
||||
return max(rs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user