Python 裡的所有東西都是物件(Everything in python is an object),包括數字、字串、函式、 ... in 'apple') print('pa' not in 'apple') True False True False True ...
確定! 回上一頁