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