How to call and move the points in a super function in this situation with graphics.py

后端 未结 0 794
[愿得一人]
[愿得一人] 2020-12-05 14:48
class Tree(Rectangle):
    def __init__(self, win, x, y, unit):
        trunk = Rectangle(Point(x - unit/2, y), Point(x + unit/2, y + unit*0.825))
        trunk.setF         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题