Skip to content

Commit fe458cd

Browse files
authored
Update 13.md
1 parent b6fa084 commit fe458cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

md/13.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66

77
#### 13 链式比较
88

9+
Python支持这种连续不等比较,写起来更方便
10+
911
```python
1012
i = 3
1113
print(1 < i < 3) # False
1214
print(1 < i <= 3) # True
1315
```
1416

1517

16-
<center>[上一个例子](12.md) [下一个例子](14.md)</center>
18+
<center>[上一个例子](12.md) [下一个例子](14.md)</center>

0 commit comments

Comments
 (0)