如何在文本中找到保存的位置?

时间:2017-11-22 00:29:06

标签: python python-2.x raw-input

我试图做两件事:首先,我怎么去文本中的某个地方?就像,如果这个人输入了无效的名字,那么我希望它在问题之前回到正确的位置。有什么方法可以做到吗?而且,基于这段代码,我写道:

name = raw_input("What's your name?")
if name == "Sans":
    print "Yeah, Sure... Sans... 0//.//0"
    #dont judge me, it will be important later in the game. (sans from undertale)
if name == "Soph":
    print "Hey buddy. Lets try to pick our own names for now, okay?"
    #because that's my name lmao

我怎样才能使它运行某些名称的代码,但是在运行该代码之后,无论如何,它继续使用将在if / {{1}等所有情况下运行的代码声明?还有一件事,你如何将括号放在括号内,以便打印括号而不将其作为代码读取?

只是一个月前开始学习python,所以不要因为游戏的简单性而对我进行评判。我也想知道是什么版本的python以及如何获得else的那个版本,因为我无法找到它!

0 个答案:

没有答案