We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c4eec commit 74c15fcCopy full SHA for 74c15fc
1 file changed
modules/50-loops/23-aggregation-strings/ru/EXERCISE.md
@@ -5,3 +5,8 @@ join_numbers_from_range(1, 1) # '1'
5
join_numbers_from_range(2, 3) # '23'
6
join_numbers_from_range(5, 10) # '5678910'
7
```
8
+
9
+### Подсказки
10
11
+* Итоговый результат - строка.
12
+* С помощью функции [str()](https://docs.python.org/3/library/stdtypes.html#str) преобразуйте число в строку.
0 commit comments