Skip to content

Instantly share code, notes, and snippets.

@compermisos
Last active September 2, 2017 17:26
Show Gist options
  • Save compermisos/c0b774f02fe9caf53e929a3907660ccc to your computer and use it in GitHub Desktop.
Save compermisos/c0b774f02fe9caf53e929a3907660ccc to your computer and use it in GitHub Desktop.
import string, re
particle = re.split('1?\d\d', "85128997411668")
for for i in reversed(particle):
print(chr(int(i)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment