Question: Question 5. Write a function that accepes a number troen the user and returns if it is cdd or evea. function. Question 6. The code

Question 5. Write a function that accepes a number troen the user and returns if it is cdd or evea. function. Question 6. The code below is supposed to convert AED to US dollars. Fix it! Hint. Refer to the codes above for the structure a function. Code Cell 6 of 6 In [28] 1 def currency_converter () : 2 amount_AED = input ("Enter the anount of money in AED: ") exchange_rate = input ("Enter the exchange rate: ") amount_dollars = amount_AED * exchange_rate print ("Your will receive", amount_dollars, "dollars,")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
