global x #全域變數 運算子 +-*/ x//y #求商數 x%y #求餘數. X**3 #x的3次方. True False == or and not != <> is , is not #比較物件型態與值 python的三元運算
確定! 回上一頁