Advertisement
biswasrohit20

question

Mar 14th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. list3 = []
  2. for i in range(len(list1)):
  3. list3.append(list1[i])
  4. list3.append(list2[i])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement