Skip to content

Commit

Permalink
line:2709 “换成”修改为“转换成” selfteaching#760
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolai authored May 10, 2019
1 parent c8d6ae0 commit a448ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/Part.1.E.5.strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ Python 针对数字常用的操作符和内建函数,按照**优先级**从低
Python 用来处理数值的内建函数:

> * `abs(n)` 函数返回参数 `n`*绝对值*
> * `int(n)` 用来将*浮点数字* `n` 换成*整数*
> * `int(n)` 用来将*浮点数字* `n` 转换成*整数*
> * `float(n)` 用来将*整数* `n` 转换成*浮点数字*
> * `divmod(n, m)` 用来计算 `n` 除以 `m`,返回两个整数,一个是**,另外一个是**
> * `pow(n, m)` 用来做乘方运算,返回 `n``m` *次方*
Expand Down

0 comments on commit a448ff8

Please sign in to comment.