import turtle

t = turtle.Pen()

def octa(length):
    for x in range(1, 9):
        x = 45
        t.right(x)
        t.forward(length)


지능 ㅆㅅㅌㅊ?