Using two multiplication symbols makes a power relationship. (power sign.) Exponentiation in python. So a**b means a^b.
squared = 7 ** 2 cubed = 2 ** 3
Using two multiplication symbols makes a power relationship. (power sign.) Exponentiation in python. So a**b means a^b.
squared = 7 ** 2 cubed = 2 ** 3