My understanding of Python tuples is that they are like immutable lists. If this is the cause, why can't we replace tuples with lists all the time (just don't reassign the lists)? Correct me if I am wrong. -- https://mail.python.org/mailman/listinfo/python-list
- Can tuples be replaced with lists all the time? Sam
- Re: Can tuples be replaced with lists all the time? Paul Rubin
- Re: Can tuples be replaced with lists all the time? Chris Angelico
- Re: Can tuples be replaced with lists all the time? Ben Finney
- Re: Can tuples be replaced with lists all the time? 88888 Dihedral
- Re: Can tuples be replaced with lists all the time? Grant Edwards
- Re: Can tuples be replaced with lists all the time... Roy Smith
- Re: Can tuples be replaced with lists all the ... Mark Lawrence
- Re: Can tuples be replaced with lists all ... Terry Reedy
- Re: Can tuples be replaced with lists all the time? Roy Smith
- Re: Can tuples be replaced with lists all the time? Ashish Panchal