Skip to content

Instantly share code, notes, and snippets.

@feiz
Created October 31, 2012 04:14
Show Gist options
  • Select an option

  • Save feiz/3984748 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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