728x90
반응형
import turtle t = turtle.Turtle() t.shape("turtle") # 거북이 모양 생성 size = int(input("집의 크기는 얼마로 할까요? ")) t.fd(size) t.rt(90) t.fd(size) t.rt(90) t.fd(size) t.rt(90) t.fd(size) t.right(90) t.lt(60) t.fd(size) t.rt(120) t.fd(size)
반응형
'Programming > Python' 카테고리의 다른 글
[python] 프로그래밍 기초 중간고사 정리 (0) | 2017.04.24 |
---|---|
[python] 보안프로그래밍3 중간고사 정리 (0) | 2017.04.23 |
[Python] 터틀 그래픽 원과 다각형 그리기 (0) | 2017.04.04 |
[Python] 터틀 그래픽 낙서 (0) | 2017.04.04 |
[Python] 파이썬 학교수업 (0) | 2017.04.04 |
댓글