인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

rbdnjs63001976's profile image
rbdnjs63001976

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

[Prerequisite Knowledge] Recursive functions and stack (Important)

안녕하세요 강사님

Written on

·

213

0

if __name__ == "__main__":

이부분이 이해가 안갑니다 ㅠㅠ

python코테 준비 같이 해요!

Answer 1

0

codingcamp님의 프로필 이미지
codingcamp
Instructor

안녕하세요^^

현재 스크립트파일의 시작점을 알려주는 의미가 있습니다. 그리고 모듈로 사용되고 있는지 실행파일인지 구분할 수도 있습니다. 뭐 굳이 이해가 어려우면 그냥 빼고 해도 코딩테스트에는 별 지장 없습니다.

아래 사이트를 참조해보세요.

https://dojang.io/mod/page/view.php?id=2448

rbdnjs63001976's profile image
rbdnjs63001976

asked

Ask a question