python power of list code example Example: how to you raise and item to a power in python x = 6**2 print (x) #six is getting raised to the power of two