Guest User

Untitled

a guest
Oct 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. """ Module Docstring. """
  2.  
  3. #Ex5
  4.  
  5. a = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89]
  6. b = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
  7.  
  8. print(set(a+b))
Add Comment
Please, Sign In to add comment