Type "help", "copyright", "credits" or "license" for more information. >>> cmp(20.10, 20.9) -1
Why is cmp returning -1 instead of returning positive integer? -- http://mail.python.org/mailman/listinfo/python-list
Type "help", "copyright", "credits" or "license" for more information. >>> cmp(20.10, 20.9) -1
Why is cmp returning -1 instead of returning positive integer? -- http://mail.python.org/mailman/listinfo/python-list