Skip to content

Instantly share code, notes, and snippets.

@feiz
Created October 31, 2012 04:14
Show Gist options
  • Save feiz/3984748 to your computer and use it in GitHub Desktop.
Save feiz/3984748 to your computer and use it in GitHub Desktop.
x反田y
import itertools
for sei, na in itertools.izip(range(1, 1001), itertools.cycle("ABCDEFGHIJKLMNOPQRSTUVWXYZ")):
print(u"{sei}反田{na}".format(sei=sei, na=na))
@chris-x86-64
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment