fork download
  1. import urllib
  2.  
  3. print(urllib.unquote('New%20note/hello'))
Success #stdin #stdout 0.03s 5396KB
stdin
Standard input is empty
stdout
New note/hello