shubhampalgkp14
Results
1
issues of
shubhampalgkp14
I am just writing the basic code of Manim and getting this error. from manim import * class CreateCircle(Scene): def construct(self): circle = Circle() # create a circle circle.set_fill(PINK, opacity=0.5)...