Created
November 9, 2011 20:34
-
-
Save gumeniukcom/1352915 to your computer and use it in GitHub Desktop.
hw6_task1
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
__author__ = '[email protected]' | |
for i in range(int("391", 16),int("3AA",16)) : | |
if i != int("3A2", 16) : | |
print unichr(i)+unichr(i+32), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment