【python進階】__getitem__用法

import collections from random import choice Card = collections.namedtuple('Card', ['rank', 'suit']) #定義類型card,有rank和card兩種屬性 class FrenchDeck: ranks = [str(n) for n in range(2, 11)] + list('J
相關文章
相關標籤/搜索