Python のバックアップソース(No.1)

Python3 コマンドメモ

**リスト [#aac411ef]
***リストをn番目からm番目まで抽出する [#f90d4ea8]
 newlist = oldlist[n,m]