0

i have two list

A = [x1,x2,x3,....x54]

and

B= [[abc,bcd,cde],[123,234,345],[a1,b1,c1].....] (B also has 54 elements)

now i want to assign and get output as

x1=[abc,bcd,cde]
x2=[123,234,345]
x3=[a1,b1,c1].....
x54=[...]

can someone please help I have tired

x1= B[0]

but I want to iterate 54 times.

rahul dbz
  • 75
  • 1
  • 8

0 Answers0