I have made a "simple" calculator. It works perfectly though no errors but when I execute the .py file and use it in the command prompt it just performs one operation (i.e. addition, subtraction, multiplication or division) and then exits.
Is there some way I could perform more operations without reopening it again and again?