(PCEP) Certified Entry-Level Python Programmer Practice Test

PCEP Using the `else` block in loops 2

Free · Instant Results

What output does the following code produce? for i in range(3): if i == 5: break else: print('done')
▶ Start Practice Test