干货:Python3入门基础级经常使用函数方法速查手册(博主回顾时会及时补充遗漏,欢迎收藏)

Python3入门基础级经常使用函数方法介绍:git ###变量及简单赋值语句相关函数方法web 1.help():使用Python帮助系统 2.divmod():使用这个函数直接获得商和余数 使用方法:shell >>>divmod(13,3) (4,1) 3.round():使用这个函数能够返回四舍五入的值,此值是一个新的对象 使用方法:api >>>round(20.123)
相关文章
相关标签/搜索