%d, 有符號十進製整數. %u, 無符號十進製整數. %o, 八進製整數. %x, 十六進製整數(小寫字母 ... #!/usr/bin/python print u'Hello, world!' 當執行上麵的代碼,產生以下結果 ...
確定! 回上一頁