Skip to content

Commit f198aef

Browse files
Update modules/30-variables/15-variables-expressions/ru/README.md (#344)
исправлена нелогичность в тексте
1 parent 160c420 commit f198aef

File tree

1 file changed

+1
-1
lines changed
  • modules/30-variables/15-variables-expressions/ru

1 file changed

+1
-1
lines changed

modules/30-variables/15-variables-expressions/ru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ print(who)
6161

6262
## Шаг 2. Доллары → Юани
6363

64-
Теперь переведем доллары в юани. Допустим, курс: 1 доллар = 6.91 юаней.
64+
Теперь переведем 50 евро в юани, используя доллар, как промежуточную валюту. Допустим, курсы валют: 1 доллар = 6.91 юаней, 1 евро = 1.25 долларов.
6565

6666
```python
6767
yuans_per_dollar = 6.91

0 commit comments

Comments
 (0)