Computer Science, asked by saravanant5318121, 2 months ago

the elements in a tuple:

(A) can be change (B) cannot be change (C) can be deleted (D) cannot be deleted​

Answers

Answered by gomathir6383
0

Answer:

the elements in a tuple:

(A) can be change (B) cannot be change (C) can be deleted (D) cannot be deleted

ans :d)cannot be deleted

Answered by prakashjay
0

Answer:

B,D

Explanation:

Elements in tuple cannot be changed, deleted as tuple is immutable type. You can always create new tuples with required elements or convert current tuple to list, modify and change it back to tuple.

Similar questions