I have a list of tuples l = [(('s','a'),(5,9)), (('u','w'),(9,2)), (('y','x'),(3,0))] and postion of values in the tuple change dynamicaly. I need a way to access correct value even if change in position. -- http://mail.python.org/mailman/listinfo/python-list
- list of tuples with dynamic change in position sajuptpm
- Re: list of tuples with dynamic change in position sajuptpm
- Re: list of tuples with dynamic change in positio... Gerard Flanagan
- Re: list of tuples with dynamic change in positio... sajuptpm
- Re: list of tuples with dynamic change in pos... Peter Otten
- Re: list of tuples with dynamic change in pos... Gerard Flanagan
- Re: list of tuples with dynamic change in pos... Ulrich Eckhardt
- Re: list of tuples with dynamic change in... sajuptpm
- Re: list of tuples with dynamic chan... Ulrich Eckhardt
- Re: list of tuples with dynamic change in position Ulrich Eckhardt