Python
Python copied to clipboard
六、运算符相关的魔术方法 例子有错误
https://github.com/TwoWater/Python/blob/master/Article/PythonBasis/python10/6.md 这篇文章中例子一编写错误 print('num1 != num2 ? --------> {} \n'.format(num1 == num2)) ^
