Created
November 21, 2012 09:27
-
-
Save feiz/4123968 to your computer and use it in GitHub Desktop.
大日本帝国
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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