circle = Circle() self.play(ShowCreation(circle)) pi = Tex(r"\pi") pi.shift(LEFT) self.add(pi) #self.play(pi.shift,LEFT) self.wait() ...
確定! 回上一頁