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