How do I use/make a goto statement in python 2.7.13. Specifically, what I am trying to do is ask the user to put in an input of a yes or no statement.
If they type in Yes they will continue to there next line but if they answer No I want the user to return to a previous line.