def maximum(x, y): if x > y: return x else: return y print maximum(2, 3) ``` ... 周蟒有一個很奇妙的特性,稱為文件字串(Document Strings),在Python 中文件字 ...
確定! 回上一頁