Skip to content

Commit

Permalink
Update description.ru.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot authored Jun 4, 2024
1 parent 05f250e commit 37502b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/20-arithmetics/20-basic/description.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ theory: |
* `//` — [целочисленное деление](https://ru.wikipedia.org/wiki/Деление_с_остатком#В_программировании)
* `%` — [остаток от деления](https://ru.wikipedia.org/wiki/Деление_с_остатком)
Теперь выведем на экран результат деления, а потом результат возведения в степень:
Теперь выведем на экран результат деления. Затем выведем результат возведения в степень:
```python
print(8 / 2) # => 4.0 (При делении двух чисел получается тип данных float)
Expand Down

0 comments on commit 37502b8

Please sign in to comment.