There are many ways of doing it using methods- 1. pop method – list.pop(index) 2. remove method – list.remove(list[index]) 3. del function – del list[index]
確定! 回上一頁