from main import print_hi def yes_no(question): def instructions() """print instructions""" print(""" *** instruction **** Roll the dice and try this! """) #morning routine gimme_answer = yes_no("yes or no, What is your opinion on the socio-economic state of the world? ") #Display instructions if user wants to see them... if gimme_answer == "yes": instructions() print() print("Program continues")