5 lines
55 B
Python
5 lines
55 B
Python
|
|
||
|
|
||
|
def url_parse(str):
|
||
|
return str.replace(' ', '+')
|