发布时间:2019-09-07 07:56:38编辑:auto阅读(5290)
通常在多个不等式的时候,需要分着写,比如
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
53092
40017
34397
30147
25046
24846
23220
16700
14854
14350
685°
639°
698°
720°
765°
898°
859°
879°
973°
897°