Skip to content

Commit 4e1d5ad

Browse files
committed
improve output
1 parent e1f0a44 commit 4e1d5ad

File tree

1 file changed

+1
-1
lines changed
  • modules/35-calling-functions/100-call/ru

1 file changed

+1
-1
lines changed

modules/35-calling-functions/100-call/ru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ message2 = 'World!'
9090
length2 = len(message2)
9191

9292
combined_length = length1 + length2 # используем результат в выражении
93-
print(combined_length)
93+
print(combined_length) # 12
9494
```
9595

9696
Если бы `len()` сразу печатала результат на экран (как делает `print()`), то мы бы увидели число, но не смогли бы его использовать:

0 commit comments

Comments
 (0)