Physics, asked by vishvrajsinghmpb0lh7, 1 year ago

explain construction of a circular loop. About of 1 page .
I will mark as brainleast

Answers

Answered by Anonymous
0
I want to loop a list over a cycle. ex: I have three elements in the array L = [1,2,3] I want to get the output as

L[0],L[1]

L[1],L[2]

L[2],L[0]

Is there a easy way get the slightly different output

L[0],L[1]

L[1],L[2]

L[0],L[2]


vishvrajsinghmpb0lh7: i only want the explanation
Similar questions