Python 内置函数:https://www.runoob.com/python/python-built-in-functions.html 原文:https://www.cnblogs.com/linhaifeng/articles/6113086.html#_label12 # 绝对值 # print(abs(-1)) # print(abs(1)) # # 有一个为假就false,如果为空就是true # Return True if bool(x) is True for all v