I understand how this construct works:
for i in range(10): print(i) if i == 9: print(\"Too big - I\'m
I read it something like:
If still on the conditions to run the loop, do stuff, else do something else.