python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

Sum求和错误 #169

Closed ZhuoYi16888 closed 3 years ago

ZhuoYi16888 commented 3 years ago

s = [1,2,3,10] sum(s) Out[110]: 16 sum(s, start=3) Out[111]: 19

zhsj commented 3 years ago

你好,这个issue列表是用于python中文文档翻译的。你正文中的内容并没有错误。