Skip to content

Commit ccf00a2

Browse files
committed
01 Soucet dvou cisel
1 parent 3f02c51 commit ccf00a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

06/tasks/task_01_sum_two_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ def sum_two_numbers(a: int, b: int) -> int:
44
"""
55
Vrátí součet dvou čísel.
66
"""
7-
7+
return a + b

0 commit comments

Comments
 (0)