Respuesta :

Answer: C) 5.4

The index starts at 0

  • index 0 = 0
  • index 1 = 13
  • index 2 = 5.4
  • index 3 = "integer"

If there are n elements in a list, then the index ranges from 0 to n-1.