coding: utf-8 -*- #使用utf-8 編碼 #-*- coding: cp950 -*- #使用Big5 編碼(windows 下使用) a = 12 b = 3 c = a / b d = a % b print "a = ", a, ...
確定! 回上一頁