LoginSignup
0
0

More than 1 year has passed since last update.

bai 2

Posted at

リストとは

4

• 任意のデータを順番に格納することができる

• [ ] (角カッコ)の中に 「

, 」(カンマ)区切りで書く

• リストには、文字列の他に色々な型のデータを
入れることができる
append - リストに追加
✔︎ リストの末尾に追加できる
pop - リストから削除
リストの末尾から削除できる
remove - リストから削除

4

✔︎ リストから指定した文字などを削除
del - リストから削除

4

✔︎ リストからインデックス番号で指定して削除
clear - リストを空にする

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0