🐚作者简介:苏凉(专注于网络爬虫,数据分析) 🐳博客主页:苏凉.py的博客 🌐系列专栏:Python基础语法专栏 👑名言警句:海阔凭鱼跃,天高任鸟飞。 📰要是觉得博主文章写的不错的话,还望大家三连支持一下呀!!! 👉关注✨点赞👍收藏📂 查阅指南 A abs() all() any() B basestring() bin() bool() bytearray() C callable() chr() classmethod() cmp() compile() complex() D delattr() dict() dir() divmod() E enumerate() eval() execfile() F file() filter() float() format() frozenset() G getattr() globals() H hasattr() hash() help() hex() I id() input() int() isinstance() issubclass() iter() L len() list() locals() long() M map() max() memoryview() min() N next() O oct() open() ord() P pow() print() R range() repr() reverse() round() S set() slice() sorted() str() sum() super() T tuple() type() V vars() Z zip() 结语 A abs() abs() 函数返回数字的绝对值。 语法:abs( x ) x – 数值表达式。 i= -12 print