pyhton 爲元組命名,提高可讀性

# 1.使用命名變量獲取index name,age,sex,email = range(4) student = ('jim',16,'male','[email protected]') # student['name'] 'jim' # 2.使用標準庫collections.namedtuple from collections import namedtuple student = n
相關文章
相關標籤/搜索