To simply check if a list contains a particular item in Python you can use the in operator like this: fruit = ['apple', 'banana', 'orange', ...
確定! 回上一頁