join method joins the elements of the list into a single string
";".join(["%s=%s" % (k, v) for k, v in params.items()])
#
join works only on lists of stringsspli s.split(";") #split reverses join by splitting a string into a multi-element list