python 基础学习(一)--小知识点

python 里的 * 和 ** 的区别: (1)  *  : 接收的参数做为元组来处理html (2) **:接收的参数做为字典来处理 python   python中 and 和 or 的优先级: or<and<not,同一优先级默认从左往右计算函数   Python reduce()函数: reduce() 函数会对参数序列中元素进行累积。code 函数将一个数据集合(链表,元组等)中的全部
相关文章
相关标签/搜索