Skip to content

Commit 3d7e772

Browse files
committed
修复错误
1 parent 60b59ee commit 3d7e772

File tree

4 files changed

+755
-760
lines changed

4 files changed

+755
-760
lines changed

02. python essentials/02.10 dictionaries.ipynb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,13 +1132,6 @@
11321132
"source": [
11331133
"barn.items()"
11341134
]
1135-
},
1136-
{
1137-
"cell_type": "markdown",
1138-
"metadata": {},
1139-
"source": [
1140-
"注意一件事:`keys()` 返回的值跟 `values()` 返回的值是一一对应的。"
1141-
]
11421135
}
11431136
],
11441137
"metadata": {
@@ -1157,7 +1150,7 @@
11571150
"name": "python",
11581151
"nbconvert_exporter": "python",
11591152
"pygments_lexer": "ipython2",
1160-
"version": "2.7.6"
1153+
"version": "2.7.11"
11611154
}
11621155
},
11631156
"nbformat": 4,

0 commit comments

Comments
 (0)