#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http

제목turtle 질문2021-04-05 02:27
작성자

step08의 turtle 관련 질문입니다.

처음 코드를 런 시키면 정상적으로 작동합니다. 두번째나 세번째까지도 정상적우로 작동하기도 합니다.

하지만 시간차를 두고 프로그램을 실행하면

Terminator                                Traceback (most recent call last)

<ipython-input-25-e3d76fcf88bc> in <module>

      1 from turtle import *

----> 2 color('red', 'yellow')

      3 begin_fill()

      4 while True:

      5     forward(200)


~\anaconda3\lib\turtle.py in color(*args)


Terminator: 


와 같이 오류가 발생합니다. ㅜㅜ 어떻게 해결해야할까요?


댓글
이전step5 실습질문입니다2021-04-05
다음[re]turtle 질문2021-04-05