shopping_list=[] print("what should we pick up at the store?") print("Enter DONE to stop adding items.") while True: new_item = input("> ...
確定! 回上一頁