返回列表 發帖
  1. x=int(input("請輸入分子:"))
  2. y=int(input("請輸入分母:"))
  3. print(f"{x}/{y}={x/y}")
複製代碼

TOP

返回列表