Python スライス記法 nums = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] nums[3:] = [] print(nums) 投稿者: chosuke 趣味はゲームやアニメや漫画などです chosuke のすべての投稿を表示