发布时间:2019-09-07 07:56:38编辑:auto阅读(4758)
通常在多个不等式的时候,需要分着写,比如
x = 1
if x>0 and x<3:
print(True)
但是在Python中居然可以连着一起写,
x = 1
if 0<x<3:
print(True)
上一篇: python request 发送for
下一篇: Docker教程:使用docker配置p
49219
48382
39107
36211
30619
27423
26417
21252
21093
19439
53°
250°
251°
365°
580°
404°
1089°
1076°
1068°
1061°