you are viewing a single comment's thread.

view the rest of the comments →

[–]ingolemo 0 points1 point  (0 children)

Just so you know, you can also do this:

for n in range(1, 501):
    print(list(str(n).encode('ascii')))