mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 05:52:34 +08:00
updated some breaking scenes to python3
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user