# # Torbert, 5 Sept 2014 # from time import time # print() # tic = time() # print( 'Hello world.' ) # toc = time() # print() # print( 'Time = %f seconds' % ( toc - tic ) ) # print() # # end of file #