We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f0a44 commit 4e1d5adCopy full SHA for 4e1d5ad
modules/35-calling-functions/100-call/ru/README.md
@@ -90,7 +90,7 @@ message2 = 'World!'
90
length2 = len(message2)
91
92
combined_length = length1 + length2 # используем результат в выражении
93
-print(combined_length)
+print(combined_length) # 12
94
```
95
96
Если бы `len()` сразу печатала результат на экран (как делает `print()`), то мы бы увидели число, но не смогли бы его использовать:
0 commit comments