Advertisement
Alx09

Untitled

Mar 18th, 2022
924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. listaNumere1 = [1, 2, 3]
  2. listaNumere2 = [3, 4, 5]
  3.  
  4. print(list(set(listaNumere1) | set(listaNumere2)))
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement