=int(input())
import turtle
for i in range(q):
  turtle.forward(100)
  turtle.rt(45) 여기서 몇도를 돌려야 돼는지를 세팅하는 코드를 모르겠습니다