Skip to content

Instantly share code, notes, and snippets.

@gumeniukcom
Created November 9, 2011 20:34
Show Gist options
  • Save gumeniukcom/1352915 to your computer and use it in GitHub Desktop.
Save gumeniukcom/1352915 to your computer and use it in GitHub Desktop.
hw6_task1
__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