def mycircle(t,radius,sides): t.fd(radius) for i in range(sides): t.fd(radius*3/2) t.lt(360/sides) print(alice) turtle.mainloop()