fork download
  1. # your code goes here
Success #stdin #stdout 0.02s 7140KB
stdin
import turtle as t
screen=t.Screen()
t.shape('turtle')
t.forward(20)
t.left(120)
t.forward(20)
t.left(120)
t.forward(20)
t.left(120)



screen.exitonclick()
stdout
Standard output is empty