Hello,

I have a list that looks like this:
roadList = ["Motorways","Local","Arterial"]

I want to apply some code so that the output looks like this:
"Motorways;Local;Arterial"

...in other words, I want each item in the list separated by a ';' and
then the whole thing surrounded by quotes.

How can this be done with the LEAST amount of code?

I appreciate your help!
R.D.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to