Computer Science, asked by nishakeshri2222, 30 days ago

Which of the following function header is correct? * def discount(rate=7, qty, dis=5) def discount(rate=7, qty, dis) def discount(rate, qty, dis=5) def discount(rate, qty=7, dis)​

Answers

Answered by nandudevdev
0

Answer:

the option b is correct is searched it

Explanation:

because it is the rate per unit

Similar questions