Square function

import turtle

t=turtle.Turtle( )

t.forward(100)

t.left(90)

t.forward(100)

t.left(90)

t.forward(100)

t.left(90)

t.forward(100)

t.left(90)




Comments

Popular posts from this blog

Polygon function