% cat module1.py print 'Hello module world!' % python module1.py Hello module world!