(PCEP) Certified Entry-Level Python Programmer Practice Test

FREE PCEP Using the `else` block in loops Questions and Answers

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