url encoded path using python

Solutions on MaxInterview for url encoded path using python by the best coders in the world

showing results for - "url encoded path using python"
Henri
29 Jan 2018
1#Python3
2import urllib
3print (urllib.parse.quote('gitlab/gith', safe=''))
4>>> gitlab%Fgith