Skip to content

Instantly share code, notes, and snippets.

Created October 15, 2014 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/a2b4f596bd640fa24fd6 to your computer and use it in GitHub Desktop.
Save anonymous/a2b4f596bd640fa24fd6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
u = u''
b = '\x80'
u += '/' + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment