Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 405 Bytes

File metadata and controls

11 lines (10 loc) · 405 Bytes

This is a simple program to track study sessions .

I have added 4 functions and are defined i think clearely also i have add comments .

-1. Add session

by this i can add new session . with subject and time .

-2. Show all sessions

this one shows all saved in csv .

-3. Total time studied

this one calculates .

-4. Quit

fineally braeak or reave the program other wise we are in while loop .