python自帶函數——獲得幫助help
提問人:楊紫紅發(fā)布時間:2020-11-18
#用它讓Python告訴你函數的使用方法,不過都是英文哦!
>>> help(abs)
Help on built-in function abs in module builtins:
abs(x, /)
Return the absolute value of the argument.
繼續(xù)查找其他問題的答案?
相關視頻回答
#用它讓Python告訴你函數的使用方法,不過都是英文哦!
>>> help(abs)
Help on built-in function abs in module builtins:
abs(x, /)
Return the absolute value of the argument.
點擊加載更多評論>>