Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. list1 = {a1,b1,c1,d1}
  2. list2 = {a2,b2,c2,d2}
  3.  
  4. sumList = {a1+a2,a1+b2,a1+c2,a1+d2,b1+a2,b1+b2,...,d1+c2,d1+d2}
  5.  
  6. not elements such as a1+a2+b2...
Add Comment
Please, Sign In to add comment