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 5a6e453 commit dafb7a3Copy full SHA for dafb7a3
modules/50-loops/26-conditions-inside-loops/ru/README.md
@@ -16,7 +16,7 @@ count_chars('Sansa', 'y') # 0
16
* Какой будет проверка на вхождение символа?
17
18
```python
19
-def count_chars(string: str, char: int) -> int:
+def count_chars(string: str, char: str) -> int:
20
index = 0
21
count = 0
22
while index < len(string):
0 commit comments