What is the result of cmp(3, 1)?
(a) 1
(b) 0
(c) True
(d) False
I have been asked this question during an interview for a job.
The origin of the question is Numeric Types topic in division Variable Names, Operators, Data Types & Numeric Types of Python