Inflearn Community Q&A
오류가 뜨네요
Written on
·
405
0
이렇게 코드 /똑같이 작성했는데 왜 travel을 찾을수 없다고 나올까요
File "c:/Users/kkssh/OneDrive/바탕 화면/python workspace/travel/practice.py", line 1, in <module>
import travel.thailand
ModuleNotFoundError: No module named 'travel
python
Quiz
56% of people got it wrong. Give it a try!
What are the main benefits of organizing code into modules?
Easy code reuse
Speed up
File Size Reduction
Auto-add comments





