Skip to content

Commit

Permalink
From wilton selfteaching#756
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolai committed May 10, 2019
1 parent a448ff8 commit 36bf9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Part.1.E.2.values-and-their-operators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"针对布尔值,操作符有与或非:`and`、`or`、`not`。\n",
"针对布尔值,操作符有`与`、`或`、`非`:`and`、`or`、`not`。\n",
"\n",
"它们之中,优先级最低的是或 `or`,然后是与 `and`, 优先级最高的是非 `not`:"
]
Expand Down
2 changes: 1 addition & 1 deletion markdown/Part.1.E.2.values-and-their-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ type({'a':1, 'b':2, 'c':3})
### 布尔值操作符

针对布尔值,操作符有与或非`and``or``not`
针对布尔值,操作符有```````and``or``not`

它们之中,优先级最低的是或 `or`,然后是与 `and`, 优先级最高的是非 `not`

Expand Down

0 comments on commit 36bf9ae

Please sign in to comment.