print("\n NO DETAILS FOUND") x7=input("\n Type as 'c' to continue or \n" "Type 'e' to exit: ") if x7=="e": print("\n PROGRAM STOPPED") elif x7=="c": x7="c" else: print("\n INVALID INPUT") OUTPUT