Need a python script to print number of times python scripts has been executed within the script. I have tried a couple of menthod and one worked was writing the count outside the script. Here i am trying to control number of execution of script. Once it cross the n number of times executed the user should not be able to excute the script
Note: I am compiling the file and giving the compiled file to my user. I should be able to clear the counter cache and give back the user again for execution