def buildConnectingString(params):
return ";".join(["%s=%s" % (k, v) for k, v in params.items()])
if_name_=="_main_":
For some reason, the program is telling me that I have invalid syntax!(assuming that the first two limes are correct)
I just need a snipppet of code that is suitable enough for me, in order for me to continue the code.

New Topic/Question
Reply



MultiQuote





|