Browse Source

Update floor division

savefigrue
bushuhui 3 years ago
parent
commit
21b75d6b8a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      0_python/1_Basics.ipynb

+ 2
- 2
0_python/1_Basics.ipynb View File

@@ -373,7 +373,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"地板除法(floor divide)就是将这样得到的结果转换成最接近的整数。"
"地板除法(floor divide)先调用divide函数做除法,再调用floor函数对浮点数进行向下取整并返回整数。"
]
},
{
@@ -1004,7 +1004,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.9"
"version": "3.8.5"
}
},
"nbformat": 4,


Loading…
Cancel
Save