I understand how this construct works:
for i in range(10): print(i) if i == 9: print(\"Too big - I\'m
You could think of it like, else as in the rest of the stuff, or the other stuff, that wasn't done in the loop.
else