Python - Basics and Execution Environment
What will this code print?
for i in range(3):
print(i)
else:
print('Done')for i in range(3):
print(i)
else:
print('Done')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions