字串型態與len函數說明與實作. a= "Hello" print(a) → Hello. a = a+ “Python” print(a). 答案. HelloPython. 同類型才能運算 a = a + "3"print(a) →HelloPython3.
確定! 回上一頁