import turtle
t = turtle.Turtle()
t.screen.setup(600, 600)
t.speed(10) # Можно убрать ~
t.up()
a = int(input())
for i in range(0, (a)*15, 15):
t.goto(i,0)
t.down()
t.fd(7)
t.lt(90)
t.fd(25)
t.lt(45)
t.fd(5)
t.hideturtle() # Можно убрать ~
t.screen.exitonclick()
t.screen.mainloop()
import turtle
t = turtle.Turtle()
t.screen.setup(600, 600)
t.speed(10) # Можно убрать ~
t.up()
a = int(input())
for i in range(0, (a)*15, 15):
t.goto(i,0)
t.down()
t.fd(7)
t.lt(90)
t.fd(25)
t.lt(45)
t.fd(5)
t.lt(90)
t.fd(5)
t.lt(45)
t.fd(25)
t.lt(90)
t.up()
t.hideturtle() # Можно убрать ~
t.screen.exitonclick()
t.screen.mainloop()