舉例示範如下 for i in range(97, 107): print(chr(i)) # 《程式語言教學誌》的範例程式# http://pydoing.blogspot.com/ # 檔名:chr.py # 功能:示範Python 程式# ...
確定! 回上一頁