idle python 怎么用help
答案:2 悬赏:50 手机版
解决时间 2021-04-03 20:37
- 提问者网友:遮云壑
- 2021-04-03 03:14
idle python 怎么用help
最佳答案
- 五星知识达人网友:人间朝暮
- 2021-04-03 04:11
>>> help(max)
Help on built-in function max in module __builtin__:
max(...)
max(iterable[, key=func]) -> value
max(a, b, c, ...[, key=func]) -> value
With a single iterable argument, return its largest item.
With two or more arguments, return the largest argument.
>>>
#输入help(查看内容)就好
Help on built-in function max in module __builtin__:
max(...)
max(iterable[, key=func]) -> value
max(a, b, c, ...[, key=func]) -> value
With a single iterable argument, return its largest item.
With two or more arguments, return the largest argument.
>>>
#输入help(查看内容)就好
全部回答
- 1楼网友:梦中风几里
- 2021-04-03 05:32
help(function_name)
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯