在Python 宣告布林值可設定為 True 或 False , 或是一個邏輯運算結果, 以下是一個例子: # 宣告一個布林 a=True print(a) print(type(a)) # 宣告另一個布林 b=False ...
確定! 回上一頁