返回列表 發帖
  1. x=int(input())
  2. y=int(input())
  3. print("{}/{}={}".format(x,y,x/y))
複製代碼

TOP

返回列表