Do the following program practically on Python. Determine profit /loss when C.P and S.P is given as input and further display profit% / loss% as well.
Answers
Answered by
0
Explanation:
Input: CP = 1500, SP = 2000
Output: 500 Profit
Input: CP = 3125, SP = 1125
Output: 2000 Loss
Similar questions