Python 【Python】 集合型
■集合型リスト型と同様に複数のデータを一つにまとめる・サンプルコード# 集合型を定義SetA = {'apple', 'banana', 'orange'}print(SetA)・実行結果{'apple', 'banana', 'orang...
Python
Python
Python
Python
Python
高校数学
高校数学
高校数学
Python
Python