Name: Anonymous 2006-09-23 17:30
YOU ARE NOW BREATHING MANUALLY
D:\>python
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from time import sleep
>>> while True:
... inspire()
... sleep(1)
... expire()
... sleep(1)
...