标签: python logical-operators discrete-mathematics
我在尝试编写逻辑谜题:
让我说我有A > B,C < D和B > C,那么我怎么用代码显示A > C = True呢?
A > B
C < D
B > C
A > C = True