(PCEP) Certified Entry-Level Python Programmer Practice Test

PCEP Controlling loop execution 4

Free · Instant Results

What is the output of: ```python for i in range(1, 6): if i == 4: break else: print('done') print(i) ```
▶ Start Practice Test