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
1
Output - "3"
Please Mark this as Brainliest
And Thank Me
Similar questions