Update Type_of_data.md

pull/128/head
pro12221 2023-08-12 22:41:32 +08:00 committed by GitHub
parent 39b1d5bad7
commit 66c123aa19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ float 是浮点数类型,是我们下面会说到的。
`not` 运算是非运算,它是一个单目运算符,把 True 变成 FalseFalse 变成 True。 `not` 运算是非运算,它是一个单目运算符,把 True 变成 FalseFalse 变成 True。
x = True and False
print(x)
## 5、空值 ## ## 5、空值 ##