Skip to content

Instantly share code, notes, and snippets.

View AdrianMXO's full-sized avatar

AdrIIoT AdrianMXO

View GitHub Profile
## 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')