로그인 바로가기 하위 메뉴 바로가기 본문 바로가기

파이썬 (Python) 으로 배우는 프로그래밍 기초 (CS101)

임시 이미지 KAIST 전산학부 김문주 교수 KOOC (KAIST Open Online Course)
http://www.edwith.org/cs101/forum/18922
좋아요 2966 수강생 11720

>>> from cslrobots import *
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from cslrobots import *
ModuleNotFoundError: No module named 'cslrobots'