Examveda

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

D. bitterbutter

Answer: Option C


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python