我不知道如何制作循环,但有人告诉我这件事。这是一个类似的代码:
one = True
two = False
three = False
typed_input = raw_input("Type here: ")
#first
if one == True and two == False and three == False:
if typed_input == "blah":
do something
typed_input = raw_input("Type here: ")
one = False
two = True
three = False
elif "the" in typed_input:
do something else
typed_input = raw_input("Type here: ")
one = False
two = True
three = False
顺便说一句,不要把它拿下来,因为虽然看起来像是副本,但它看起来似乎没有任何帮助。我需要更具体的东西。
答案 0 :(得分:0)
你可以做的只是一段时间才能开始你的循环,然后你只需要复制你上面做的两个输入检查器,而不是只有数百个模拟对话。在外面做,然后在下一个缩进中,如果一两三,然后进行聊天检查