2021-09-23 23:08 回答问题
import operator from functools import reduce n = 20 result = reduce(operator.mul, range(1, n+1)) print(result)
2021-09-23 23:06 发起提问
2021-09-23 22:49 发起提问
2021-09-23 22:14 发起提问
2021-09-23 21:49 发起提问
2021-09-23 21:30 发起提问
2021-09-11 17:24 发起提问
2021-08-07 15:53 回答问题
下载不了附件~
2021-08-07 15:38 发起提问
2021-08-07 15:18 回答问题
Python核心编程,人民邮电出版社。目前我正在看这本,感觉不错,讲的挺详细的,课后题练练手,加深印象