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