Skip to content

Instantly share code, notes, and snippets.

@beanyoung
Created December 18, 2013 10:02
Show Gist options
  • Save beanyoung/8019918 to your computer and use it in GitHub Desktop.
Save beanyoung/8019918 to your computer and use it in GitHub Desktop.
int_arr = [97, 98, 99, 100, 101]
char_arr = ''.join([unichr(i) for i in int_arr])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment