Practice TURTLE GRAPHIC! • 터틀 그래픽 (함수) 초기화 명령 reset() clear() 그리기 명령 forward(distance) degrees() backward(distance) radians() left(angle) right(angle) 기타 명령 demo() 설정 명령 tracer(flag) up() down() goto(x, y) width(width) circle(radius[, extent]) color(r, g, b) write(text [, move]) fill(flag)