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