print("----------------") print( "some maths:") print( "99 times 5 is", 99*5) print( "25 divided by 3 is", 25/3)