看板
[ Python ]
討論串[問題] 這樣的array要怎麼定義?
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
不知道這樣的設計符不符合要求:. class MyList(object):. def __init__(self):. self.setList = [set(), set()]. def addSet(self, setIdx, value):. if isinstance(value, int
(還有48個字)
首頁
上一頁
1
下一頁
尾頁