Mathematical Python First we will begin with basic arithmetic using python Addition 10 + 4 14 Subtraction 10 - 4 6 Multiplication 10 * 4 40 Exponentiation 10**4 10000 import IPython.display as display fig01 = """ <iframe width="800" height="500" src="https://www.geogebra.org/graphing/c6dg3cth" style="border: 1px solid black"></iframe> """ display.HTML(fig01)