Commit dca52039 by Patryk Czarnik

turtle - zadanie

parent c56288ab
import turtle
t = turtle.Turtle()
t.color('red')
t.width(5)
t.forward(300)
t.left(90)
t.forward(300)
t.left(90)
t.forward(300)
t.left(90)
t.forward(300)
t.left(90)
turtle.mainloop()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment