Question: What is the output when the following function is called as below? def function ( values ) : values [ 0 ] = 8 9
What is the output when the following function is called as below?
def function values:
values
# Call the above function as below
list
function list
print list
The list is immutable, you can't change its elements.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
