Computer Science, asked by ujju0744, 6 months ago

What is the output of the given code?
def fun1(x)
x= x*3
return x
X = 3
fun1(x)
print(x)​

Answers

Answered by Kaushikkalesh
1

Output - "3"

Please Mark this as Brainliest

And Thank Me

Similar questions