标签:collect 基类 height code use image font span pytho
python抽象基类 collections.abc
1. tuple
特性: 不可变, 可迭代对象
拆包:
user_tuple = (‘name‘, 29,175)
name,age,height = user_tuple
name,*other = user_tuple
标签:collect 基类 height code use image font span pytho
原文地址:https://www.cnblogs.com/ting152/p/13156081.html