Examveda

What will be the output of the following Python code?
def f(x, y, z): return x + y + z
f(2, 30, 400)

A. 432

B. 24000

C. 430

D. No output

Answer: Option A


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python