First off, a small nitpick: the square brackets [] are for lists, but the round brackets () are for tuples. As I understand it, tuples are immutable (cannot have their content or structure changed). I bring it up because it affects your solution slightly:
$ python
Python 2.5.1 (r251:54863, May...