Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67431 > unrolled thread

Re: Can tuples be replaced with lists all the time?

Started byAshish Panchal <ashish.u.panchal@googlemail.com>
First post2014-03-02 17:35 +0530
Last post2014-03-02 17:35 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Can tuples be replaced with lists all the time? Ashish Panchal <ashish.u.panchal@googlemail.com> - 2014-03-02 17:35 +0530

#67431 — Re: Can tuples be replaced with lists all the time?

FromAshish Panchal <ashish.u.panchal@googlemail.com>
Date2014-03-02 17:35 +0530
SubjectRe: 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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web