Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 321 Bytes

ex34.md

File metadata and controls

18 lines (17 loc) · 321 Bytes

animals = ['bear', 'python', 'peacock', 'kangaroo', 'whale', 'platypus']

  1. The animal at 1
  • python
  1. The third animal
  • peacock
  1. The first animal
  • bear
  1. The animal at 3
  • kangaroo
  1. The fifth animal
  • whale
  1. The animal at 2
  • peacock
  1. The sixth animal
  • platypus
  1. The animal at 4
  • whale