Guest User

Untitled

a guest
Feb 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. lst1 = [1, 2, 3]
  2. lst2 = lst1
  3. del lst1[:]
  4. print(lst2)
Add Comment
Please, Sign In to add comment