def __init__(self):
super().__init__()
backbutton(390, 242)
fwdbutton(390, 0, BackScreen)
g = PolarGraph((10, 10), border = 4)
clearbutton(390, 70, g)
curve = PolarCurve(g, self.populate, (1,))
curve1 = PolarCurve(g, self.populate, (rect(1, pi/5),), color=RED)
refreshbutton(390, 140, (curve, curve1))
评论列表
文章目录