a = True b = False c = a and b # c 會等於False d = a or b # d 會等於True e = not b # e 會等於True 算術運算子(arithmetic operator) 可用在整數(integer) 及浮點 ...
確定! 回上一頁