Am 10.08.2012 12:40, schrieb Chris Angelico:
But it's probably worth thinking about exactly why you're wanting to change that string, and what you're really looking to accomplish. There may well be a better way.
My problem is the following: I have at top level 3 lists and 3 strings: lista, listb, listc and stra, strb, strc. I can with a single function call change all 3 list values. How could I realize similar changes of the 3 string values with a single function call? Thanks in advance. M. K. Shen -- http://mail.python.org/mailman/listinfo/python-list