Skip to content

Commit

Permalink
看到1e5
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1943 committed Apr 22, 2019
1 parent 10e4814 commit 22e5048
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Part.1.B.why.start.from.learning.coding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion Part.1.C.must.learn.sth.only.by.reading.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion Part.1.D.preparation.for.reading.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
20 changes: 5 additions & 15 deletions Part.1.E.1.entrance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,26 +121,16 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"False"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
},
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -280,14 +270,14 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"693 is odd.\n"
"483 is odd.\n"
]
}
],
Expand Down Expand Up @@ -864,7 +854,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
},
"toc-autonumbering": true,
"toc-showmarkdowntxt": false
Expand Down
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 @@ -1131,7 +1131,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion Part.1.E.3.controlflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion Part.1.E.4.functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
},
"toc-autonumbering": true
},
Expand Down
12 changes: 6 additions & 6 deletions Part.1.E.5.strings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand All @@ -225,7 +225,7 @@
"'\\nSimple is better than complex.\\nComplex is better than complicated.\\n'"
]
},
"execution_count": 6,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -240,7 +240,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -680,7 +680,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -689,7 +689,7 @@
"'3.143.143.14'"
]
},
"execution_count": 18,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -2746,7 +2746,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
},
"toc-autonumbering": true
},
Expand Down
2 changes: 1 addition & 1 deletion Part.1.F.deal-with-forward-references.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 22e5048

Please sign in to comment.