(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