Site icon Exam4Training

Which of the following expressions is equivalent to the expression in the function?

You develop a Python application for your company. You have the following code.

Which of the following expressions is equivalent to the expression in the function?
A . (a + b) * (c – d)
B . (a + (b * c)) – d)
C . (a + ((b * c) – d)
D . None of the above.

Answer: D

Exit mobile version