Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: create list from repeated pattern in python
Post: create list from repeated pattern in python

Hello, I would like to create a list in Python3, which look like this L = [(0,(0,1,2,3,4)), (1, (5,6,7,8,9)),(2,(10,11,12,13,14))......) lets call it L= [(i,(j1,j2,j3,j4,j5),...)The important is that...
Code4fun General Coding Help 2 3,437 Sep-25-2018, 09:10 AM

User Panel Messages

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