[zhaowei@papaya python]$ python Python 2.5 (r25:51908, Jan 15 2007, 09:14:22) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import hello >>> hello.echo("hehe, hello") hehe, hello >>>