강의

멘토링

커뮤니티

Inflearn Community Q&A

good93590737's profile image
good93590737

asked

Introduction to Python for Programming and Data Science

- How to submit assignments

코드가 아니고 파일에 문제가있어 과제제출이 안됩니다

Written on

·

138

0

python-kernel: skipping build phase due to missing "setup.py" file

✔ Build finished.

Traceback (most recent call last):

File "test.py", line 67, in

exec(test_code, test_module.dict)

File "", line 5, in

File "/home/work/gowithflow.py", line 262

import collections import OrderedDict

^

SyntaxError: invalid syntax

라며 과제제출 자체가 야예 안되는건 왜 그럴까요 선생님?

pythonbigdata

Answer 1

0

TeamLab님의 프로필 이미지
TeamLab
Instructor

음... 코드 전체를 보는게 맞을거 같습니다. 이럴경우 어딘가에 문법오류가 있는거 같습니다.

good93590737's profile image
good93590737

asked

Ask a question