Vidyalelo
Python · Q37

Classes and Objects in Python

Programming · Python · question 37

Q37

Which of the following Python code will print True? a = foo(2) b = foo(3) print(a < b)

Options are not available for this question.

Answer: Option C

Solution

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