在发布此问题时,我已经检查了具有类似标题的其他链接。所有这些要么没有回答我的问题,要么不适用于这段代码。例如,这里的链接: 当 if 语句匹配时,为什么我的批处理脚本同时运行 if 和 else 语句? 说这是因为echo脚本中使用了 OP 。在这里,我不使用它,但我仍然得到了if和 的结果else。
while True:
selection = input("Type a command or use a page selection")
if selection in ('exit','quit'):
sys.exit()
if selection in ('page 1','1'):
print("Page 1 text here")
if selection in ('page 2','2'):
print("Page 2 text here")
else:
print("Invalid command or page number")
呼如林
慕无忌1623718
繁华开满天机
相关分类