发布时间:2019-09-07 07:56:38编辑:auto阅读(5320)
通常在多个不等式的时候,需要分着写,比如
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
53272
40152
34529
30269
25182
24973
23375
16905
14967
14482
863°
787°
858°
866°
926°
1042°
1035°
1028°
1140°
1049°