We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea723b commit 4ff0ee2Copy full SHA for 4ff0ee2
1 file changed
06/tasks/task_04_factorial.py
@@ -1,5 +1,6 @@
1
# task_04_factorial.py
2
3
+
4
def factorial(n: int) -> int:
5
"""
6
Vrátí faktoriál čísla n.
0 commit comments