Guest User

Untitled

a guest
Nov 15th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. let list1 = ['one', 'two', 'three']
  2. let list2 = [' wan', ' tu', ' tri']
  3.  
  4. :echo result
  5. ['one wan', 'two tu', 'three tri']
  6.  
  7. :echo map(range(len(list1)), 'list1[v:val].list2[v:val]')
Add Comment
Please, Sign In to add comment