Skip to content

Commit d5afd45

Browse files
author
Michaela Rousova
committed
04_faktorial
1 parent 2ea723b commit d5afd45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

06/tasks/task_04_factorial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# task_04_factorial.py
22

3+
34
def factorial(n: int) -> int:
45
"""
56
Vrátí faktoriál čísla n.

0 commit comments

Comments
 (0)