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