Page 50 - IPP-12-2024
P. 50

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
   45   46   47   48   49   50   51   52   53   54   55