File: class/Workbook/Exercises/Lab1/ex2.txt
% cat module1.py print 'Hello module world!' % python module1.py Hello module world!