mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Modernize Python 2 for Python 3
This commit is contained in:
@ -19,7 +19,7 @@ class SideGigToFullTime(Scene):
|
||||
dollar_sign = TexMobject("\\$")
|
||||
cross = VGroup(*[
|
||||
Line(vect, -vect, color = RED)
|
||||
for vect in UP+RIGHT, UP+LEFT
|
||||
for vect in (UP+RIGHT, UP+LEFT)
|
||||
])
|
||||
cross.scale_to_fit_height(dollar_sign.get_height())
|
||||
no_money = VGroup(dollar_sign, cross)
|
||||
|
Reference in New Issue
Block a user