from datetime import date def is_correct(day, month, year): try: return print(is_correct(31, 12, 2021)) Почему try: подсвечивается красной линией?