Skip to content

Instantly share code, notes, and snippets.

@sharoonthomas
Created July 21, 2012 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharoonthomas/3154644 to your computer and use it in GitHub Desktop.
Save sharoonthomas/3154644 to your computer and use it in GitHub Desktop.
>>> print chr.__doc__
chr(i) -> character
Return a string of one character with ordinal i; 0 <= i < 256.
>>> print unichr.__doc__
unichr(i) -> Unicode character
Return a Unicode string of one character with ordinal i; 0 <= i <= 0x10ffff.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment