coding: utf-8 -*- #使用utf-8 編碼#-*- coding: cp950 -*- #使用Big5 編碼(windows 下使用) import math a = 1.1 print a, " 無條件進位=", math.ceil(a) print a, ...
確定! 回上一頁