Python 教學- 運算子 a = True b = False print(not a) # False print(not b) # True. 邏輯運算子可以結合比較運算子,做出更複雜的邏輯判斷。
確定! 回上一頁