Python Parse URL Uzyskaj parametry

from urllib import parse
parse.urlencode({'lang':'en','tag':'python'})
Brainy Bat