CODESTUDIO

What will be printed by this code?

for num in range(1, 6):
if num == 4:
break
print(num)

6 months ago | [YT] | 2