diff options
| author | Aayush Ranaut <aayush.ranaut@gmail.com> | 2015-12-05 11:10:16 +0530 | 
|---|---|---|
| committer | Aayush Ranaut <aayush.ranaut@gmail.com> | 2015-12-05 11:10:16 +0530 | 
| commit | dc675a47edaeced79e13bf99d120c195a38b9ecf (patch) | |
| tree | e626142c07fa41695b959b606d4337929c9669ed /zh-cn/python3-cn.html.markdown | |
| parent | 0049a475edba88f6537b2490ca9506df23b46368 (diff) | |
| parent | c8475eacd742a1c8c6340121aa95f32f65421113 (diff) | |
Merged and removed confusing comments in python
Diffstat (limited to 'zh-cn/python3-cn.html.markdown')
| -rw-r--r-- | zh-cn/python3-cn.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/zh-cn/python3-cn.html.markdown b/zh-cn/python3-cn.html.markdown index c223297c..76455a46 100644 --- a/zh-cn/python3-cn.html.markdown +++ b/zh-cn/python3-cn.html.markdown @@ -535,7 +535,7 @@ Human.grunt()   # => "*grunt*"  # 用import导入模块  import math -print(math.sqrt(16))  # => 4 +print(math.sqrt(16))  # => 4.0  # 也可以从模块中导入个别值  from math import ceil, floor | 
