print( "Hello World!" ) print("-----------------------") print( "Some Maths:" ) print( "99 times 5 is", 99*5 ) print( "25 divided by 3 is", 25/3 )