eshagupta31 / Avengers

0 stars 0 forks source link

asg_a0017 : Number - Find the profit. #3

Open eshagupta31 opened 6 years ago

eshagupta31 commented 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.

eshagupta31 commented 6 years ago

Done