Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
shuffle a nested list
#7
(Nov-12-2020, 05:03 PM)perfringo Wrote:
(Nov-12-2020, 04:53 PM)giorgosmarga Wrote: You are right i didnt give much details.I updated my post

Never change original post, explain and clarify in subsequent comments. Otherwise thread doesn't make sense for readers.

I don't get how this code can produce: "every sublist has the same order". There are no sublists, there are None-s:

>>> emptylist = []
>>> emptylist.append(random.shuffle([1, 2, 3]))
>>> emptylist
[None]
Reply


Messages In This Thread
shuffle a nested list - by giorgosmarga - Nov-12-2020, 04:09 PM
RE: shuffle a nested list - by DPaul - Nov-12-2020, 04:22 PM
RE: shuffle a nested list - by giorgosmarga - Nov-12-2020, 04:29 PM
RE: shuffle a nested list - by perfringo - Nov-12-2020, 04:42 PM
RE: shuffle a nested list - by giorgosmarga - Nov-12-2020, 04:53 PM
RE: shuffle a nested list - by perfringo - Nov-12-2020, 05:03 PM
RE: shuffle a nested list - by giorgosmarga - Nov-12-2020, 05:09 PM
RE: shuffle a nested list - by giorgosmarga - Nov-12-2020, 05:12 PM
RE: shuffle a nested list - by perfringo - Nov-12-2020, 05:36 PM
RE: shuffle a nested list - by giorgosmarga - Nov-12-2020, 05:43 PM
RE: shuffle a nested list - by perfringo - Nov-12-2020, 07:04 PM
RE: shuffle a nested list - by deanhystad - Nov-12-2020, 06:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  List all possibilities of a nested-list by flattened lists sparkt 1 967 Feb-23-2023, 02:21 PM
Last Post: sparkt
  Updating nested dict list keys tbaror 2 1,317 Feb-09-2022, 09:37 AM
Last Post: tbaror
  Python Program to Find the Total Sum of a Nested List vlearner 8 5,097 Jan-23-2022, 07:20 PM
Last Post: menator01
  Looping through nested elements and updating the original list Alex_James 3 2,196 Aug-19-2021, 12:05 PM
Last Post: Alex_James
Question Save list with nested list into CSV SpongeB0B 1 5,486 Oct-12-2020, 07:26 AM
Last Post: bowlofred
  Struggling with nested list gr3yali3n 3 2,396 Jul-09-2020, 05:30 PM
Last Post: DPaul
  Nested Dictionary/List tonybrown3 5 3,228 May-08-2020, 01:27 AM
Last Post: tonybrown3
  Help removing asterisk item in a nested list. bmcguire 3 2,661 Apr-06-2020, 02:35 PM
Last Post: snippsat
  Make nested system directories based on an unsorted list? koebi 0 1,630 Mar-25-2020, 01:14 PM
Last Post: koebi
  list approach due nested order 3Pinter 6 2,912 Oct-07-2019, 01:49 PM
Last Post: 3Pinter

Forum Jump:

User Panel Messages

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