Python - How to make border and non-trespass lines

后端 未结 0 1931
心在旅途
心在旅途 2021-01-03 20:14
import turtle


t=turtle.Turtle()
t.speed(0)

x=-300
y=300

def disegna_quadrato():
    t.left(90)
    t.fd(300)
    t.right(90)
    t.fd(600)
    t.right(90)
    t.         


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