You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import datetime as date; [print(i) for i in sorted([i.rstrip() for i in lines.splitlines() if i and i[0]=='['],key=lambda x: date.datetime.strptime(x[-9:-1], "%b %Y"), reverse=True)]
#4
Open
Em-Lopez opened this issue
Oct 28, 2018
· 2 comments
Just a little script that I wrote it takes a list :) Expect more!
The text was updated successfully, but these errors were encountered: