Hello,
If i run a Python program over Thonny Editor, and i stop it, i Would like to create a meassage Like program is stopped.
But with Try except it Dosnot work, could Someone help me?
Thx
stef
My Code so far:
Import sys
Try:
While True:
Print(„ program Runs“)
Except:
If quit():
Print(„ program stop“)
Finally:
Print(„Programm was stopped“)