Skip to content

Commit 09acf3e

Browse files
committed
Updates Python快速入门.md
Auto commit by GitBook Editor
1 parent a22957c commit 09acf3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Python快速入门.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,16 @@ python对象可以具有其可以被调用的特定"方法(函数)"
215215

216216
python提供类4组逻辑运算:
217217
- 身份操作符:
218+
218219
is:判断左端对象引用是否相同于右端对象引用;也可以与None进行;
219220
- 比较操作符:
221+
220222
< , > , <= , >= , != , == , <>
221223
- 成员操作符:
224+
222225
in或not in: 测试成员关系;某个对象是否被包含于右端的对象中;
223226
- 逻辑运算符:
227+
224228
and,or,not
225229

226230
### 控制流语句:

0 commit comments

Comments
 (0)