Skip to content
Snippets Groups Projects
Commit 38efed63 authored by GulyaevSA's avatar GulyaevSA
Browse files

Update tasks/functions.md

parent 6c5f4499
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ def sum_2(x):
return x + 2
assert sum_2(4) == 24
```
4. Написать декоратор `series` с аргемнтом `initial` (условно, значение члена ряда с индексом 0),
который оборачивает функцию с аргументами
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment