21
MBM_1607
4 21 39
2676/ 2695
Muhammad Khan
Last seen 1 year ago
Member for 6 years, 5 months, 7 days
Difficulty Normal
Programming and History enthusiast

Best reviews / Newest reviews
Army Battles-JimmyCarlos 2 1
I really like your usage of property. More
OOP-ssk8 1 1
Great Solution, I hope you don't mind me stealing your property usage. More
datetime.strptime-imloafer 1 1
Great Work! You could also have used `datetime.fromisoformat` instead of specifying the format through `strptime`. More
First-MBM_1607
Optimized version is right here: https://py.checkio.org/mission/the-vampires/publications/MBM_1607/python-3/second/ More
First-ssk8
`max(dt1str, dt2str)` is all you actually need for this. This is because the ISO format dates are in [lexicographic order](https://en.wikipedia.org/wiki/Lexicographic_order). More
First-MBM_1607
[Original author's solution](https://py.checkio.org/mission/graphical-key/publications/Dmitrij_Protopopov/python-3/graphical-key/?ordering=most_voted&filtering=all) More
Simple-MBM_1607
Fixed solution here : https://py.checkio.org/mission/card-game/publications/MBM_1607/python-3/simplified/ More
recursive_solution recursive_solution-MBM_1607
Inspired by przemyslaw.daniel's [recursive 12 liner solution](https://py.checkio.org/mission/the-buttons/publications/przemyslaw.daniel/python-3/12-liner-recursive/) More