Python Forum
Displaying a long list with Rows and Columns
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Displaying a long list with Rows and Columns
#2
Well, you're trying to make a table with columns that are all 4 entries long. If you made a table of the list index of each number in your list of primes, it would look like this:
0   4   8
1   5   8
2   6   10
3   7   11
If you found a linear equation for the numbers in each resulting row, you could display them like that. For example, the 0, 4, 8... row has an equation y = 4*x, which you could use to get each number that will be in the top row.

Hope this helps!
Reply


Messages In This Thread
RE: Displaying a long list with Rows and Columns - by Lux - Sep-21-2017, 02:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Displaying list correspond to the column number danlopek14q 9 4,228 Aug-27-2021, 04:32 AM
Last Post: naughtyCat
  sorted list not displaying Crackity 6 5,356 Jul-18-2017, 12:50 PM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

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