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