from datetime import date def is_right(): try: date(2200,12,12) except: return False return True print(is_right())
求关注
求关注