List = ["donat", "chips"] list.append("bread")
list.insert(0, "milk")
print (list)
list.clear()
print(len(list)
ing = intput(float(What the new ingredient-->))
list.append()
if len(list) == 0:
print("the list is empty")
else:
print("the list isn't empty")
код не работает не понимаю почему?
работаю на Python