返回列表 發帖
  1. h=input("Please enter a number:")
  2. print("You entered"+h)
  3. print("The number plus 10 is "+str(int(h)+10))
複製代碼

TOP

返回列表