Skip to content

Instantly share code, notes, and snippets.

@data-enhanced
Last active January 28, 2020 02:44
Show Gist options
  • Save data-enhanced/40245bc0ce278b9097aa90ca63bc6a92 to your computer and use it in GitHub Desktop.
Save data-enhanced/40245bc0ce278b9097aa90ca63bc6a92 to your computer and use it in GitHub Desktop.
Lists of animals for practice with list methods
AussieAnimals = ['kangaroo', 'cassowary', 'wombat', 'possum', 'echidna', 'ibis', 'wallaby', 'koala',
'tasmanian devil', 'kookaburra', 'numbat', 'platypus', 'lyre bird', 'quokka', 'quoll',
'sugar glider', 'bandicoot', 'thorny devil', 'dingo', 'wallaroo', 'yabby', 'bilby']
GalapagosAnimals = ['rice rat', 'hoary bat', 'bottlenose dolphin', 'beaked whale', 'lava lizard',
'tortoise', 'flightless cormorant', 'green sea turtle', 'blue-footed booby',
'marine iguana', 'pink land iguana', 'darwins finches', 'brown noddy']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment