Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List creator
#3
Use shuffle from the random package to randomize the list. Then you can just feed it into the different columns. That's if you want an even number of names in each column. If you want to fill them with random lengths, the randrange function from random could choose a different column for each name.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
List creator - by acmichelman - Sep-04-2017, 03:54 PM
RE: List creator - by Larz60+ - Sep-04-2017, 04:09 PM
RE: List creator - by acmichelman - Sep-04-2017, 04:46 PM
RE: List creator - by ichabod801 - Sep-04-2017, 04:10 PM
RE: List creator - by Larz60+ - Sep-04-2017, 09:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wanted to tag azure resources with creator name raham3406 0 1,479 Apr-25-2021, 02:24 PM
Last Post: raham3406
  Random Expression Creator SheeppOSU 2 2,527 Nov-01-2018, 11:08 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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