我對python編程比較新,反正這是一小段代碼。這似乎是導致問題:Python「或」語句不起作用?
command = input("Command: ")
while command != ("Exit lift" or "Up" or "Down" or "1" or "2" or "3" or "Cycle"):
print("Error: Command entered doesn't match the 'Commands' list, or isn't a possible command at this time! Please try again...")
command = input("Command: ")
print ("Works")
基本上,我測試的命令,並只選擇向上的「退出升降機」命令,「向上」,「向下」,「1」 ...等等將無法工作。
有什麼建議嗎?初學者
我正要張貼了同樣的答案:) –
謝謝,你的答案是有益的和簡單的。乾杯。 – user2878311