What it does
This is a python code to sort a list of string. Also it sort dates.
How we built it
To sort the dates monthwise I first import the python datetime library.
from datetime import datetime
After that I convert the dates in objects and apply sort on them. Provides it a lambda that creates a datetime object for each date and compares them based on this date object.
Challenges we ran into
As I know Python pretty well so I didn't find any challenges
Built With
- datetime
- python
- python-package-index
- replit
Log in or sign up for Devpost to join the conversation.