Python icon indicating copy to clipboard operation
Python copied to clipboard

六、运算符相关的魔术方法 例子有错误

Open xyuzi opened this issue 4 years ago • 0 comments

https://github.com/TwoWater/Python/blob/master/Article/PythonBasis/python10/6.md 这篇文章中例子一编写错误 print('num1 != num2 ? --------> {} \n'.format(num1 == num2)) ^

image

xyuzi avatar Feb 07 '21 04:02 xyuzi