Skip to content

Instantly share code, notes, and snippets.

@feiz
Created November 21, 2012 09:27
Show Gist options
  • Save feiz/4123968 to your computer and use it in GitHub Desktop.
Save feiz/4123968 to your computer and use it in GitHub Desktop.
大日本帝国
# coding: utf8
from itertools import cycle
for wd in cycle((u"月",u"月",u"火",u"水",u"木",u"金",u"金")):
print(wd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment