3 lines
64 B
Python
3 lines
64 B
Python
|
|
import urllib
|
||
|
|
print urllib.unquote("http%3A%2F%2Ffoo%20bar%2F")
|