write a function of rectangular pattern with python question

前端 未结 0 499
执笔经年
执笔经年 2020-12-18 15:47
def drawPattern(height,width):
    import turtle
    turtle.speed(5)
    turtle.color(\'black\')
    turtle.begin_fill()
    turtle.penup()
    turtle.goto(-100,0)
          


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