Hi, I know that strings or numbers are immutable when they passed as arguments to functions. But there are cases that I may want to change them in a function and propagate the effects outside the function. I could wrap them in a class, which I feel a little bit tedious. I am wondering what is the common practice for this problem.
Regards, Peng -- http://mail.python.org/mailman/listinfo/python-list