Question: python D Question 1 3 pts Examine the following pseudocode that creates the module DetermineDiscount. Which statement from the choices below is an INCORRECT way


python
D Question 1 3 pts Examine the following pseudocode that creates the module DetermineDiscount. Which statement from the choices below is an INCORRECT way to call this module? (Note when translated to a language this code will run.) Module DetermineDiscount (Rate as float by value, AmountSpent as flost by value) Declare discount as flost discount-rate AmountSpent wxite "Your discount is "discount End Module Call DetermineDiscount (MyRate+.05, MyAmountSpent) O Call DetermineDiscount (yourRate, YourAmountSpent) O Call DetermineDiscount (someRate) Call DetermineDiscount (myRate, MySpent) D Question 2 3 pts In Python, how many values can a function return? O Functions in Python cannot return values. As many as needed. O Two One
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
