Question: Jupyter PythonForDataMining Remember w rite a brief explanation walking through your code's logic in markdown!!!!!!! 8. Print a list of all those medicine which has
Jupyter PythonForDataMining
Remember write a brief explanation walking through your code's logic in markdown!!!!!!!

8. Print a list of all those medicine which has expired in the below dictionary. Key of this dictionary is medicine name and values is expiry date. Write a function name it expiredMed which takes this dictionary as an input and Write a brief explanation walking through your code's logic in markdown. medicine = { "Abelcet":"Aug 1 2016", "Azithromycin":"Dec 24 2016", "Arava": "Jan 1 2017", "Arixtra": "May 31 2020", "Aplenzin":"Jan 3 2016", "Antizol":"Aug 31 2016", "Anadrol-50":"Nov 14 2019" In [1]: # solution here In [ ]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
