Guest User

Untitled

a guest
May 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. list = ['name', 'can', 'she', 'men', 'them', 3, 4, 5, 6, 7]
  2.  
  3. new_list = ['name', 'can', 'she', 'men', 'them']
  4.  
  5. new_list = list[:len(list)//2]
Add Comment
Please, Sign In to add comment