👑 VIP Practice Test
PCEP Controlling loop execution 4 is part of the expanded VIP practice test library — only for VIP members.
Question 1👑 VIP
What is the output of: ```python for i in range(1, 6): if i == 4: break else: print('done') print(i) ```
Remaining questions and full explanations are VIP-exclusive.