I am new to python and only know the most basic level. I am supposed to allow input of a date in the form of dd/mm/yyyy and convert it to something like 26 Aug, 1986. I am stuck as to how to convert my month(mm) from numbers to words. Below is my current code, hope you can help me. ** please do not suggest using calendar function, we are supposed to use dict to solve this question.I am new to python and only know the most basic