September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -1,2 +1,6 @@
|
|||
#Python 2.X
|
||||
import urllib
|
||||
print urllib.unquote("http%3A%2F%2Ffoo%20bar%2F")
|
||||
#Python 3.5+
|
||||
from urllib.parse import unquote
|
||||
print(unquote('http%3A%2F%2Ffoo%20bar%2F'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue