December 27, 2013 Matthew Maennche C++, Learn To Code 10594, C++ 1 LANGUAGE: C++ CHALLENGE: Write an expression that evaluates to true if and only if the variables profits and losses are exactly equal. SOLUTION: (profits == losses)
Can you write this code for python please?