Which out of the following Python functions/methods is commonly used in list…
2026
Which out of the following Python functions/methods is commonly used in list as well as tuple?
Answer: C. index
- A.
append
- B.
pop
- C.
index
- D.
remove
Attempted by 468 students.
Show answer & explanation
Correct answer: C
Loading lesson…