강의

멘토링

커뮤니티

Inflearn Community Q&A

wlsskdbwls4731's profile image
wlsskdbwls4731

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

1. Setting the environment and solving the Kth divisor

파일 읽기 관련 질문입니다.

Written on

·

248

0

강의를 따라서 했는데, 파일을 찾을 수 없다고 하네요. 어떻게 해결하나요?

python코테 준비 같이 해요!

Answer 2

0

wlssk님의 프로필 이미지
wlssk
Questioner

해결했습니다. 감사합니다.

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

폴더의 있는 파일이름을 보니 폴더의 보기 옵션이 파일이름만 나타나는 옵션인것 같은데 input파일의 이름이 input.txt 로 표시된다는 것은 input 파일이 실제로는 input.txt.txt 의 형태인걸로 생각됩니다. 파일이름이 input으로만 나타나게 파일이름을 변경하세요.

wlsskdbwls4731's profile image
wlsskdbwls4731

asked

Ask a question