0 / 60 seg.

What will this code output to the screen?

for i in range(5):
    print(i)
else:
    print("Done!")