프로그래밍/Python
[Python] 거북이 그래픽 - 해리포터 죽음의 성물 그리기
moving
2020. 3. 18. 14:25
728x90
import turtle as t
t.penrsize(5) #삼각형
t.right(120)
t.forward(200)
t.left(120)
t.forward(200)
t.left(120)
t.forward(200)
t.left(150)
t.forward(175) #직선
t.left(90)
t.circle(60) #원