kilolilo

Untitled

Oct 18th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. from copy import deepcopy
  2. a=[]
  3. c=()
  4. for i in range (2,20,2):
  5. a.append(i)
  6. c=tuple(a)
  7. print c
Add Comment
Please, Sign In to add comment