RosettaCodeData/Task/URL-decoding/Python/url-decoding.py

3 lines
64 B
Python

import urllib
print urllib.unquote("http%3A%2F%2Ffoo%20bar%2F")