updated some breaking scenes to python3

This commit is contained in:
Ishan Dutta
2018-09-19 08:53:28 +05:30
parent 384895b9a8
commit 78b14c8be8
39 changed files with 82 additions and 81 deletions

View File

@ -2030,7 +2030,7 @@ class RecursiveSolutionToConstrained(RecursiveSolution):
"Move disk %d,"%d,
"Move %d-tower"%d,
).set_color_by_tex("Move disk %d,"%d, color)
for d, color in (3, GREEN), (2, RED), (1, BLUE_C)
for d, color in [(3, GREEN), (2, RED), (1, BLUE_C)]
]
sub_steps, sub_sub_steps = subdivisions[:2]
for steps in subdivisions: