Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47646
| X-Received | by 10.224.205.138 with SMTP id fq10mr10343154qab.1.1370935278733; Tue, 11 Jun 2013 00:21:18 -0700 (PDT) |
|---|---|
| X-Received | by 10.49.30.105 with SMTP id r9mr688851qeh.27.1370935278680; Tue, 11 Jun 2013 00:21:18 -0700 (PDT) |
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!p1no4547619qaj.0!news-out.google.com!y6ni1724qax.0!nntp.google.com!ch1no4014566qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.python |
| Date | Tue, 11 Jun 2013 00:21:18 -0700 (PDT) |
| In-Reply-To | <mailman.2963.1370861835.3114.python-list@python.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=41.132.161.228; posting-account=U0dbVAoAAAAjYT-0vWHIihwl62ZNLk9Z |
| NNTP-Posting-Host | 41.132.161.228 |
| References | <201306100650.873248273868@forums.devshed.com> <mailman.2963.1370861835.3114.python-list@python.org> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <7749b089-db4c-49ec-bfc5-b9802b3b91eb@googlegroups.com> (permalink) |
| Subject | Re: Reply to post 'Tryign to add a valkue to a set' |
| From | russ.pobox@gmail.com |
| Injection-Date | Tue, 11 Jun 2013 07:21:18 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Lines | 3 |
| Xref | csiph.com comp.lang.python:47646 |
Show key headers only | View raw
Just try this in the interpreter and see.
for key, value in sorted(months.items(), key=lambda x:x[1]):
print "%s %s" % (value, key)
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Reply to post 'Tryign to add a valkue to a set' Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-10 13:57 +0300
Re: Reply to post 'Tryign to add a valkue to a set' Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-06-10 15:14 +0200
Re: Reply to post 'Tryign to add a valkue to a set' Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-10 06:37 -0700
Re: Reply to post 'Tryign to add a valkue to a set' Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-06-10 16:58 +0200
Re: Reply to post 'Tryign to add a valkue to a set' Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-10 07:03 -0700
Re: Reply to post 'Tryign to add a valkue to a set' Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-10 07:37 -0700
Re: Reply to post 'Tryign to add a valkue to a set' russ.pobox@gmail.com - 2013-06-10 08:34 -0700
Re: Reply to post 'Tryign to add a valkue to a set' Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-10 08:55 -0700
Re: Reply to post 'Tryign to add a valkue to a set' russ.pobox@gmail.com - 2013-06-11 00:21 -0700
csiph-web