我正在編寫一個代碼,按類別對學生進行排序,因此稍後輸入的信息將單獨存儲。這裏是我的代碼:爲什麼我的代碼無法正常工作? - Python 3
print(" Please Select Your Class From:")
print("Class 1")
print("Class 2")
print("Class 3")
while True:
try:
classchoice = input("")
if classchoice != "Class 1" or classchoice != "Class 2" or classchoice != "Class 3":
print("Please Choose from one of the three classes")
else:
print("Thank You")
break
except: pass
的或部分的推移,包括1,2級和3在所有的變化,例如,資金,無大寫,但它是太長,不適合的圖片。
我是一個初學者,我可能做的事情非常愚蠢。
請包括有問題的相關代碼(和輸出)。您可以通過將代碼塊預先加上4個空格來很好地格式化它。 –
對不起,我忘了圖像鏈接,已編輯問題 – Gordon
請勿將代碼張貼爲圖像。 [編輯]你的問題,並添加代碼*作爲代碼*。 –