EdDoc: home/python/assignment
An operator symbol that is part of the core Python language. The power operator: Used to raise a number to a certain power.
>>> 2**3 8 >>> 9**0.5 3.0