Trending News
Promoted
What shape will this code make?
import turtle
Mark = turtle.Turtle()
Mark.back(80)
Mark.left(90)
Mark.forward(50)
Mark.right(90)
Mark.forward(80)
Mark.back(80)
Mark.left(90)
Mark.foward(50)
Mark.right(90)
Mark.forward(80)
Still have questions? Get your answers by asking now.