Skip to content

Commit

Permalink
Update Part.1.E.5.strings.ipynb
Browse files Browse the repository at this point in the history
line: 2709 “换”改为“转换”
  • Loading branch information
Galaxy1227 authored and xiaolai committed May 10, 2019
1 parent 096b939 commit c8d6ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Part.1.E.5.strings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@
"Python 用来处理数值的内建函数:\n",
"\n",
"> * `abs(n)` 函数返回参数 `n` 的*绝对值*;\n",
"> * `int(n)` 用来将*浮点数字* `n` 换成*整数*;\n",
"> * `int(n)` 用来将*浮点数字* `n` 转换成*整数*;\n",
"> * `float(n)` 用来将*整数* `n` 转换成*浮点数字*;\n",
"> * `divmod(n, m)` 用来计算 `n` 除以 `m`,返回两个整数,一个是*商*,另外一个是*余*;\n",
"> * `pow(n, m)` 用来做乘方运算,返回 `n` 的 `m` *次方*;\n",
Expand Down

0 comments on commit c8d6ae0

Please sign in to comment.