Python 的輸出是使用 print() 函式,括號內可以有多個變數,且輸出完會自動換行。 例如: s = input("請輸入你的名字: ") print(s, "你好!") 輸入: ABC 輸出: ABC 你好!
確定! 回上一頁