larken

勤奋的人生才有价值

导航

2019年3月16日 #

Python学习网站

摘要: Python Website: https://www.python.orgSource code: https://github.com/python/cpython Issue tracker: https://bugs.python.org Documentation: https://docs.python.org Developer's Guide: https://devguide.... 阅读全文

posted @ 2019-03-16 23:57 larken 阅读(782) 评论(0) 推荐(0) 编辑

python内置函数

摘要: #查看内置函数 dir(__builtins__) ########################################################################################################### # abs()函数返回数字的绝对值。 >>> abs(-40.00) 40.0 # max()方法返回给定参数的最大值,参数可以... 阅读全文

posted @ 2019-03-16 23:02 larken 阅读(253) 评论(0) 推荐(0) 编辑