Which out of the following Python functions/methods can never be used with…
2026
Which out of the following Python functions/methods can never be used with tuple?
Answer: B. insert
- A.
max
- B.
insert
- C.
index
- D.
sorted
Attempted by 479 students.
Show answer & explanation
Correct answer: B
Loading lesson…