Skip to content

Commit

Permalink
Update 13.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhenguo authored Aug 15, 2021
1 parent b6fa084 commit fe458cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion md/13.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

#### 13 链式比较

Python支持这种连续不等比较,写起来更方便

```python
i = 3
print(1 < i < 3) # False
print(1 < i <= 3) # True
```


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

0 comments on commit fe458cd

Please sign in to comment.