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

TOP

返回列表