首页
(判断题, )在Python 中reduce()是内置函数。
2023-11-03 11:12:45
初级Python开发工程师
(判断题, )在Python 中reduce()是内置函数。
A.正确
B.错误
正确答案是B
上一篇:
(判断题, )如果只需要math模块中的sin()函数,建议使用from math import sin来导入,而不要使用im
下一篇:
(判断题, )Python变量名区分大小写,所以student和Student不是同一个变量。