16.>>>tuple("book") choose the
correct output? *
Answers
Answered by
2
The output will be: ('b', 'o', 'o', 'k')
Answered by
0
Tuples are immutable i.e the value cannot be changed. So, Option D is correct.
Similar questions