标签:erro 运算符 boolean image 排序 测试 图片 str 布尔
# 测试“not”与“==”的优先级 x = 1 y = 0 try: if x == not y: print("this priority is : x == (not y)") except SyntaxError as err: print(err)
Boolean Operations -- and, or, not
标签:erro 运算符 boolean image 排序 测试 图片 str 布尔
原文地址:https://www.cnblogs.com/ShuComputerProgram/p/10359106.html