Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. list = [['ad', 'sale', 'boost', 'time', 'warner', 'profit'], ['dollar', 'gain',
  2. 'greenspan', 'speech'], ['yuko', 'unit', 'buyer', 'face', 'loan', 'claim'], ['high',
  3. 'fuel', 'price', 'hit', 'ba', 'profit'], ['pernod', 'takeov', 'talk', 'lift',
  4. 'domecq']]
  5.  
  6. list[0] = ['ad', 'sale', 'boost', 'time', 'warner', 'profit']
  7. list[0][1] = 'sale'
  8. list[-1][2] = 'talk'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement