강의

멘토링

커뮤니티

Inflearn Community Q&A

canflight0080096's profile image
canflight0080096

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

11. Hiking Route (DFS)

if 와 elif의 차이가 무엇인가요?

Written on

·

546

0

안녕하세요 선생님!

선생님께서 언제는 elif를 쓰실 때도 있고 지금처럼 if를 두번 쓰시는 경우가 있는데 혹시 두 경우의 차이가 어떻게 되는가요?

python코테 준비 같이 해요!

Answer 1

1

if 두 개 쓰면 두 조건 무조건 검사

elif 쓸 경우 위에 if가 true라면 검사 안함 일걸여

Alex님의 프로필 이미지
Alex
Questioner

답변주셔서 감사합니다!

canflight0080096's profile image
canflight0080096

asked

Ask a question