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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments