I want to write python script that acts as a time calculator.
For example:
Suppose the time is now 13:05:00
I want to add 1 hour, 23 minutes, and 10 seco
The datetime class in python will provide everything you need. It supports addition, subtraction and many other operations.
http://docs.python.org/library/datetime.html