Python - Basics and Execution Environment
What will be the output of this code?
for i in range(2):
print('Loop', i)
if i == 1:
print('End')for i in range(2):
print('Loop', i)
if i == 1:
print('End')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions