2.  Describe the order of evaluation of each operator in the…

2.  Describe the order of evaluation of each operator in the following Python expression, when it is evaluated by the Python interpreter. Each operator is identified by the letter immediately below it, so you should list the letter of each operator in the order in which they are evaluated (applied).  You don’t have to give any intermediate results:   x = 10 ** ( 9 – 8 ** 7 ) ** ( ( 6 + 5 * 4 ) ** 2 )                        a       b    c         d         e    f       g