函数(Functions)
-
3.4Python语言的函数(Functions)
参数可以为不确定数量的参数,参数前加*或**,*是元组参数,**是字典参数。
-
2.6Python语言的内置函数(Built-in Functions)
abs() delattr() hash() memoryview() set() all() dict() help() min() setattr() any() dir() hex() next() slice() ascii() divmod() id() object() sorted() bin() enu…