這不是整個代碼,而是我正在試驗的代碼,以獲得整個代碼的解決方案。我還需要一個處理無效字符串輸入的答案。爲什麼此代碼不讓我檢查無效輸入
def menu_payment():
burger_count= (input("Please input the number of Racquet Burgers (Cheese Burgers) you would like: "))
if (burger_count !=int) or (burger_count<=0):
print("You must eneter a positive whole number for your order. Please try again.")
menu_payment()
嗨,你好嗎 請輸入你想要的球拍漢堡(芝士漢堡)的數量:1 你必須爲你的訂單發出一個正整數。請再試一次。 請輸入您想要的球拍漢堡包的數量: – jkc13
發生這種情況時,我跑的代碼 – jkc13
對不起,沒有空格 – jkc13