#!/usr/bin/env python # # a tiny program - it may have some "bug", see # if you can fix it .... # # written by e.bonakdarian # 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 number1 = 55 number2 = 7 result = number 1 + Number2 print "adding two numbers results in" reslut print "the end."