Skip to content

Instantly share code, notes, and snippets.

@cr3denza

cr3denza/uri.py Secret

Created December 11, 2014 13:34
import urllib
for i in range(input()):
a = raw_input()
a = urllib.unquote(a)
print a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment