We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0650423 commit c4b091cCopy full SHA for c4b091c
Roadmap/14 - FECHAS/python/KevinED11.py
@@ -33,7 +33,7 @@ def choice_random_elements[T](elements: Iterable[T], quantity: int) -> list[T]:
33
34
35
def display_formatted_date_in_various_ways(date: datetime, quantity: int = 10) -> None:
36
- MAXIMUM_ALLOWED_FORMATS: Final = 10
+ MAXIMUM_ALLOWED_FORMATS: Final[int] = 10
37
38
if quantity > MAXIMUM_ALLOWED_FORMATS:
39
print("la cantidad maxima de fechas a imprimir es 10")
0 commit comments