mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Modernize Python 2 code to get ready for Python 3 yet again
This commit is contained in:
@ -1634,7 +1634,7 @@ class MusicExample(SampleSpaceScene, PiCreatureScene):
|
||||
randy = self.pi_creature
|
||||
friends = VGroup(*[
|
||||
PiCreature(mode = "happy", color = color).flip()
|
||||
for color in BLUE_B, GREY_BROWN, MAROON_E
|
||||
for color in (BLUE_B, GREY_BROWN, MAROON_E)
|
||||
])
|
||||
friends.scale(0.6)
|
||||
friends.arrange_submobjects(RIGHT)
|
||||
|
Reference in New Issue
Block a user