Question: In Python, suppose a tuple test containing 5 elements. How can you assign the 3rd element of the tuple to 'Python'? Options below: A. test[
In Python, suppose a tuple test containing 5 elements. How can you assign the 3rd element of the tuple to 'Python'?
Options below:
A. test[ 3] = 'Python'
B. test( 3) = 'Python'
C. test( 2) = 'Python'
D. The elements of tuple cannot be changed ( ans )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
