-
[Python] 거북이 그래픽 - 해리포터 죽음의 성물 그리기프로그래밍/Python 2020. 3. 18. 14:25728x90
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) #원