3 13 = 5 * 2 + 3 ''' print(13 // 5) # 商 print(13 % 5) # 餘數 ''' -13 / 5 = -3 . ... True 會以1 進行整數運算 print(5 + (3>5) ) # False 會以0 進行整數運算.
確定! 回上一頁