diff --git a/TEMA2/report2.md b/TEMA2/report2.md index 3b0fa66..ac4e3e6 100644 --- a/TEMA2/report2.md +++ b/TEMA2/report2.md @@ -487,9 +487,9 @@ Traceback (most recent call last): File "", line 1, in endopy.index("hehehe") ValueError: 'hehehe' is not in list - +``` 10. Подсчет количества элементов по значению (count) - +``` help(endcopy.count) Help on built-in function count: