2017-12-15python全栈9期第二天第七节之运算符

#!/user/bin/python
# -*- coding:utf-8 -*-
print(3>4 or 4<3 and 1==1)
print(1<2 and 3 <4 or 1 > 2)

猜你喜欢

转载自www.cnblogs.com/zhang-da/p/10177071.html
今日推荐