Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 15, 2023 12:49
Show Gist options
  • Save ilyasozkurt/ecf424e7745ed4d6872fa07cd79c909c to your computer and use it in GitHub Desktop.
Save ilyasozkurt/ecf424e7745ed4d6872fa07cd79c909c to your computer and use it in GitHub Desktop.
print(chr('A')) # TypeError: an integer is required (got type str)
print(chr(1000000)) # ValueError: chr() arg not in range(0x110000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment