mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Modernize Python 2 for Python 3
This commit is contained in:
@ -25,7 +25,7 @@ class IntroducePutnam(Scene):
|
||||
TextMobject("%s%d)"%(c, i))
|
||||
for i in range(1, 7)
|
||||
]).arrange_submobjects(DOWN, buff = MED_LARGE_BUFF)
|
||||
for c in "A", "B"
|
||||
for c in ("A", "B")
|
||||
]).arrange_submobjects(RIGHT, buff = FRAME_X_RADIUS - MED_SMALL_BUFF)
|
||||
question_groups.to_edge(LEFT)
|
||||
question_groups.to_edge(DOWN, MED_LARGE_BUFF)
|
||||
|
Reference in New Issue
Block a user