代码示例:(标识:python_booleans_1)
python_booleans_1.py
print(8 > 7)
print(8 == 7)
print(8 < 7)
运行结果: