3 lines
56 B
Python
3 lines
56 B
Python
import urllib
|
|
s = 'http://foo/bar/'
|
|
s = urllib.quote(s)
|
import urllib
|
|
s = 'http://foo/bar/'
|
|
s = urllib.quote(s)
|