Python_Institute
PCAP-31-03 · Question #95
Which of the listed actions can be applied to the following tuple? (Select two answers)
The correct answer is A. tup [:] D. del tup. See the full explanation below for the reasoning.
Question
Which of the listed actions can be applied to the following tuple? (Select two answers)
Options
- Atup [:]
- Btup.append (0)
- Ctup [0]
- Ddel tup
How the community answered
(47 responses)- A74% (35)
- B17% (8)
- C9% (4)
Community Discussion
No community discussion yet for this question.