import turtle
turtle.shape("turtle")
turtle.speed(1)
for i in range(1000) :
turtle.forward(300)
turtle.left(108)
turtle.forward(300)
turtle.exitonclick()
top of page

기능을 테스트하려면 라이브 사이트로 이동하세요.
20250311
20250311
댓글 0개
좋아요
댓글(0)
bottom of page