Vidyalelo
Python · Q167

Functions in Python

Programming · Python · question 167

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
C.
bitter
error
Answer
D.
bitterbutter

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board