mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-27 22:11:13 +00:00
Merge pull request #11 from simplydragons/master
Fixed 2 typos (1 important)
This commit is contained in:
commit
70854340d4
|
@ -253,7 +253,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"### Tip:\n",
|
"### Tip:\n",
|
||||||
"If we want to print out the dictionary mapping of the global and local variables, we can use the\n",
|
"If we want to print out the dictionary mapping of the global and local variables, we can use the\n",
|
||||||
"the functions `global()` and `local()"
|
"the functions `global()` and `local()`"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -951,7 +951,7 @@
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"collapsed": false,
|
"collapsed": false,
|
||||||
"input": [
|
"input": [
|
||||||
"print('Example 1.2:', chr(int('01100001',2)))"
|
"print('Example 1.2:', chr(int('01100010',2)))"
|
||||||
],
|
],
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user