Изменил(а) на 'TEMA2/report2.md'

Этот коммит содержится в:
2025-09-15 08:55:41 +00:00
родитель 4cab2a7b83
Коммит 03c6e318a7

Просмотреть файл

@@ -487,9 +487,9 @@ Traceback (most recent call last):
File "<pyshell#150>", line 1, in <module> File "<pyshell#150>", line 1, in <module>
endopy.index("hehehe") endopy.index("hehehe")
ValueError: 'hehehe' is not in list ValueError: 'hehehe' is not in list
```
10. Подсчет количества элементов по значению (count) 10. Подсчет количества элементов по значению (count)
```
help(endcopy.count) help(endcopy.count)
Help on built-in function count: Help on built-in function count: