附錄 APython 程式設計入門 11 print(len(str1)) #字串長度:顯示"5" str3 = str1 + ' ' + str2 字串連接# print(str3) #顯示"hello python" str4 = '%s %s %d' % (str1 ...
確定! 回上一頁