Inflearn Community Q&A
채점기 exit_code()
Written on
·
276
0
채점기 exit_code()가 나오는건 무슨의미일까요ㅕ..?
코테 준비 같이 해요! python
Quiz
66% of people got it wrong. Give it a try!
When is the `else` block used with a Python `for` loop executed?
before the `for` loop starts
when the `for` loop completes normally without `break`
When an error occurs inside a `for` loop
When a `for` loop is exited by a `break` statement
Answer 2
0
0





