def rectangle(t,length,width): for i in range(2): t.fd(length) t.lt(90) t.fd(width) t.lt(90) print(bob) turtle.mainloop()