Pythonリファレンス 変数関連Tips 変数関連Tips リスト 値の重複のないリストを作るには noduplist = list(set(duplist)) リストから削除 list.remove(item) リストの指定した位置... 2020.10.15 Pythonリファレンス