what is the error in this program??
import turtle
Make a square with the turtle.
def square():
my_turtle=turtle.Turtle()
my_turtle.forward(100)
my_turtle.left(90)
my_turtle.forward(100)
my_turtle.left(90)
my_turtle.forward(100)
my_turtle.left(90)
my_turtle.forward(100)
square()
my_turtle.forward(100)
square()
Leroy01010 (397)
please can you post this on ask
and also you have to go on python with turtle