import turtle as t t.fd(100) t.rt(90) t.fd(60) t.rt(90) t.fd(100) t.rt(90) t.fd(60) t.rt(90)
import turtle as t for i in range(0,2): t.fd(100) t.rt(90) t.fd(60) t.rt(90)