두근두근 파이썬 CH 1 <예제, 연습문제> 터틀 그래픽으로 네모 그림 그리기 import turtle colors=["red","purple","blue","green","yellow","orange"] t=turtle.Turtle() turtle.bgcolor("black") t.speed(0) t.width(3) length=10 while length 파이썬-py 2022.05.23