Python Forum
sorting 2D lists by column
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sorting 2D lists by column
#2
You are not sorting by second column. As Python uses 0-based indexing you are sorting by third column.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
sorting 2D lists by column - by ToffieFaye - Sep-24-2019, 01:20 PM
RE: sorting 2D lists by column - by perfringo - Sep-24-2019, 02:15 PM
RE: sorting 2D lists by column - by ToffieFaye - Sep-25-2019, 06:39 AM
RE: sorting 2D lists by column - by buran - Sep-25-2019, 06:42 AM
RE: sorting 2D lists by column - by perfringo - Sep-25-2019, 06:55 AM
RE: sorting 2D lists by column - by ToffieFaye - Sep-25-2019, 06:55 AM
RE: sorting 2D lists by column - by perfringo - Sep-25-2019, 07:08 AM
RE: sorting 2D lists by column - by buran - Sep-25-2019, 07:23 AM
RE: sorting 2D lists by column - by ToffieFaye - Sep-25-2019, 07:30 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020