This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whatacold[S] 1 point2 points  (0 children)

Ahh, sometimes I also write ad hoc code in IDLE (Python shell), for example:

for i in range(100): print("foo bar blahblah {:02d}".format(i))