Take eight numbers from the user: Add the first and second numbers Multiply the result by the third number Subtract the fourth number Add the square root of the fifth number (use math.sqrt) Raise the result to the power of the sixth number Multiply by the seventh number Divide the result by the eighth number Print the final result