A
Q. What will be displayed by the following code?
Code:def f(value, values):
v = 1
values[0] = 44
t = 3
v = [1, 2, 3]
f(t, v)
print(t, v[0])
- Correct Answer - Option(D)
- Views: 8
- Filed under category Python
- Hashtags:
A
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Discusssion
Login to discuss.