第一個跟世界打招呼的程式! print的內容可以是變數(variable): print(a),數字(init): print(1234),或是字串(string): print('abc123') ... 注意在Python 中布林值首字是 ...
確定! 回上一頁