I want to make a program that counts after I press (e) and then when I press (e) again saves the time between presses, and stores that time as a variable.
            Asked
            
        
        
            Active
            
        
            Viewed 20 times
        
    0
            
            
        - 
                    Please saw your efforts first here... – Deven Ramani Mar 23 '21 at 03:25
- 
                    use the information in this link before each input statement. Then compute the difference between the two times. https://stackoverflow.com/questions/1557571/how-do-i-get-time-of-a-python-programs-execution – Joe Ferndz Mar 23 '21 at 03:32
