강의

멘토링

로드맵

Inflearn Community Q&A

wlsdud63102714's profile image
wlsdud63102714

asked

Free Python Tutorial (Basic) - Become a Developer in 6 Hours

for

질문있어요!!

Written on

·

233

0

여기서 for waitint_no 다음에 in이 블루컬러가 아니라 퍼플 색으로 나오면서 실행이 되질 않습니다ㅜㅜ

python

Quiz

71% of people got it wrong. Give it a try!

When is the `else` block executed in an `if-elif-else` structure?

When the `if` condition is true

When the elif condition is true

When all preceding `if` or `elif` conditions are false

On program end

Answer 1

0

해결 하셨나요?

보라색은, 정해진 명령어라 VS code가 색으로 구분을 해준 것이고 정상 동작입니다.

"대기번호: " 여야 하는데, 따옴표 위치가 뒤로 갔네요. 닫아주는 ) 하나도 빠져 있고요.

wlsdud63102714's profile image
wlsdud63102714

asked

Ask a question