5. Identify the order of evaluation in the following expression : 4 * 5 + 7 * 2 – 8 % 3 + 4 and 5.7 // 2 – 1 + 4 or not 2 == 4 and not 2 ** 4 > 6 * 2

Firstly arithmetic expressions will be evaluated then relational operators, then not operator, then and operator and then or operator