Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67431 > unrolled thread
| Started by | Ashish Panchal <ashish.u.panchal@googlemail.com> |
|---|---|
| First post | 2014-03-02 17:35 +0530 |
| Last post | 2014-03-02 17:35 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Re: Can tuples be replaced with lists all the time? Ashish Panchal <ashish.u.panchal@googlemail.com> - 2014-03-02 17:35 +0530
| From | Ashish Panchal <ashish.u.panchal@googlemail.com> |
|---|---|
| Date | 2014-03-02 17:35 +0530 |
| Subject | Re: Can tuples be replaced with lists all the time? |
| Message-ID | <mailman.7571.1393763283.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
No, not always. You can use yuples as dictionary key as keys are immutable and you can't use it as list.
Back to top | Article view | comp.lang.python
csiph-web