(PCEP) Certified Entry-Level Python Programmer Practice Test

โ–ถ

Free PCEP Using the `else` block in loops Questions and Answers 1

Free ยท Instant Results

What is the output of the following code? ```python for i in range(3): print(i) else: print('Done!') ```
โ–ถ Start Practice Test