Qiao Jin
Results
1
comments of
Qiao Jin
把assert那一行(47行)换成 ``` if not (len(date_item) == 2 or len(date_item) == 3): date_str = datetime.date.today().strftime('%Y-%m-%d') return date_str ```