#!/usr/bin/python import sys my_story =\ """I am psyche. I am nothing more than a script that ties a voice recognition suite, a speech synthesizer, and system hotkeys together. """ sys.stdout.write(my_story)