Q167
What will be the output of the following Python code? e="butter" def f(a): print(a)+e f("bitter")
A.
error
B.
butter
error
error
C.
bitter
error
Answererror
D.
bitterbutter
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board