Computer Science, asked by harsh888879, 3 months ago

What will be output of following code:

X = 50

def funct(X):

X = 2

funct (X)

print(“X is now: “, X)

(a) X is now: 50 (b) X is now: 2

(c) Error (d) None of the above​

Answers

Answered by alwayshap1008
2

Answer:

none of these it help you

Similar questions