kilolilo

Untitled

Oct 11th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. a=[]
  2. c=[]
  3. summa=[]
  4. for i in range (2,20,2):
  5.     a.append(i-1)
  6.     c.append(i)
  7.     summa.append(a[i/2-1]+c[i/2-1])
  8. print c
  9. print a
  10. print summa
Add Comment
Please, Sign In to add comment