Multiple Choice
What is the output of the following code?
Def foo(fname, val) :
Print(fname(val) )
Foo(max, [1, 2, 3])
Foo(min, [1, 2, 3])
A) 3 1
B) 1 3
C) error
D) none of the mentioned
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: Which module in Python supports regular expressions?<br>A)re<br>B)regex<br>C)pyregex<br>D)None
Q33: What is the output of the following?<br>Elements
Q34: Program code making use of a given
Q35: What is the output of the following
Q36: What is the output of the following
Q38: What is the output of the following?<br>Def
Q39: What is the output of the following
Q40: What is the length of sys.argv?<br>A)number of
Q41: What is the output of the following
Q42: What data type is the object below?<br>L