Sep-25-2018, 09:10 AM
Hello,
I would like to create a list in Python3, which look like this
Any suggestions would be very much appreciated.
Many thanks,
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 the pattern keep on repeating till the j5 reaches 740231

Any suggestions would be very much appreciated.
Many thanks,