What is the output of the following Python code?
e="butter"
def f(a):print(a)+e
f("bitter")


Posted on by