gpt4 book ai didi

python - 我怎样才能让用户输入不同的答案但显示相同的结果?

转载 作者:太空宇宙 更新时间:2023-11-04 10:22:04 24 4
gpt4 key购买 nike

<分区>

我想知道如果用户在输入命令中输入两个特定答案(即“结束”和“结束”),我如何显示相同的结果。

这是我目前的代码;除了“结束”部分,一切正常:

def password(): #defines password
print("Please input your password.")
pass2 = input("Password: ")
if pass2 == ("abcd123"):
print("Thank you for using Efficient Systems, Co.")
end = input("Type end to exit: ")
while True:
if end == ("end") and ("End"):
break
else:
print("Invalid command.")
end = input("Type end to exit: ")
else:
print("Invalid command.")
time.sleep(1)
pass2 = input("Password: ")

我认为值得注意的是,如果我输入“end”,它会返回到 pass2。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com