Skip to content

Instantly share code, notes, and snippets.

@mayankdawar
Created February 22, 2020 18:55
Show Gist options
  • Select an option

  • Save mayankdawar/5c855870265f827c44c0c986a6a611fc to your computer and use it in GitHub Desktop.

Select an option

Save mayankdawar/5c855870265f827c44c0c986a6a611fc to your computer and use it in GitHub Desktop.
Write code to take ‘London’ out of the list trav_dest.
trav_dest = ['Beirut', 'Milan', 'Pittsburgh', 'Buenos Aires', 'Nairobi', 'Kathmandu', 'Osaka', 'London', 'Melbourne']
trav_dest.remove('London')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment