當我運行我的代碼,下面的代碼應該保持遍歷只要使用功能爲去等於「不」:這個功能,如果語句沒有做它應該
def use():
item = input("What would you like to buy in bulk? ")
purchase.append(item)
done()
def done():
global go
go = input("Is that all? ")
use()
if go == "no":
use()
我不知道爲什麼它只運行兩次item = input("What would you like to buy in bulk? ")
。
任何人都可以幫忙。
indentation is corrupt;請更正,所以有人可以幫助你。 – Daniel
縮進必須關閉,否則if語句無法訪問。 – ajax992
刪除if條件之上的'use()'。您的代碼沒有達到if條件 – anon