What will be the Output 🤔👇
def fun_x(x):
x = x + '2' x = x * 2 return x print(fun_x("python"))
def fun_x(x):
x = x + '2' x = x * 2 return x print(fun_x("python"))
Anonymous Quiz
45%
python2python2
17%
python2
29%
Error
8%
None of above