How do you find the index of any particular element?

26. How do you find the index of any particular element?

  1. Using list.index()
  2. Using index().list
  3. Using only_index().list

Answer: A) Using list.index()

Explanation:

Using list.index() will be used to find the index of any particular element.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.