Skip to content

Commit c4b091c

Browse files
committed
reto #14 - python
1 parent 0650423 commit c4b091c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Roadmap/14 - FECHAS/python/KevinED11.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def choice_random_elements[T](elements: Iterable[T], quantity: int) -> list[T]:
3333

3434

3535
def display_formatted_date_in_various_ways(date: datetime, quantity: int = 10) -> None:
36-
MAXIMUM_ALLOWED_FORMATS: Final = 10
36+
MAXIMUM_ALLOWED_FORMATS: Final[int] = 10
3737

3838
if quantity > MAXIMUM_ALLOWED_FORMATS:
3939
print("la cantidad maxima de fechas a imprimir es 10")

0 commit comments

Comments
 (0)