Python 【Python】 タプル型
■タプル型タプル型はリスト型と同様に、データを一つにまとめることができるが、一度定義すると、変更することができなくなる。▼サンプルコード# タプル型を設定TupleA = ('apple', 'banana', 'orange')# 全ての...
Python
Python
Python
Python
高校数学
高校数学
高校数学
Python
Python
Python