#!/usr/bin/env python # # our tiny program - it may have some "bug", see # if you can fix it .... # # written by e.bonakdarian jan 2010 # print 'Hello class' print 'Python works - it really does! print '5 square is = ', 5 * 5 print "12 square is =' 12 * 12 print '2 square is =', '2 * 2' print print "the end."