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

TOP

返回列表