Python 测验 – 操作符

Python 测验 Python 测验

x = True
y = False
z = False

if x or y and z:
    print("yes")
else:
    print("no")

Python 测验 - 操作符

课后练习

Python 测验 Python 测验

计算机