返回列表 發帖
  1. str1=input()   
  2. str2=input()
  3. print(len(str1))
  4. print(len(str2))
  5. print(str1+str2)
複製代碼
回復 1# 鄭繼威

TOP

返回列表