def header(str, tec): tst = "Running Test for:" print "\n" print " ______________________________________________________________________________ " print "|==============================================================================|" print "|=========" + tst.center(60) + "=========|" print "|=========" + tec.center(60) + "=========|" print "|=========" + str.center(60) + "=========|" print "|==============================================================================|"