8
AirRaid
3 9
287/ 345
Air Raid
Last seen 8 days ago
Member for 2 years, 5 months, 12 days
Difficulty Easy
Liked a comment created by Phil15 for forum post "Why does assert throw an error?"
Because it is tested with "13/13/2013" which does not respect preconditions.

Maybe an admin would w
Commented a forum post "Why does assert throw an error?" created by AirRaid
but I took this condition into account, in pycharm and on the site with this condition (“13/13/2013”
Created a forum post "Why does assert throw an error?"
def convert_date(date: str) -> str: try: dd, mm, yyyy = date.split('/') a
Joined to CheckiO