Open eshagupta31 opened 6 years ago
Write a function get_profit() which when passed the cost price and the profit percentage, returns the profit. Ignore the decimal points.
Done
Write a function get_profit() which when passed the cost price and the profit percentage, returns the profit. Ignore the decimal points.