Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. list_1 = [the, cat, sat, on, mat]
  2. list_2 = [1, 2, 3, 4, 1, 5]
  3. list_3 = []
  4.  
  5. for i in list_2:
  6. list_3.append(list_1[i])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement