Skip to content

Commit

Permalink
Update description.ru.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt authored Dec 22, 2023
1 parent a65097f commit 94f98ab
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions modules/50-loops/80-for-in-range/description.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ theory: |
instructions: |
Реализуйте функцию `print_table_of_squares()`, которая печатает на экран квадраты чисел. Она первое и последнее числа.
Реализуйте функцию `print_table_of_squares(from, to)`, которая печатает на экран квадраты чисел. Она первое `from` и последнее `to` число печатает строку `square of <число> is <результат>`
Примеры вызова:
Expand All @@ -78,13 +78,6 @@ instructions: |
# => square of 1 is 1
# => square of 2 is 4
# => square of 3 is 9
# => square of 4 is 16
# => square of 5 is 25
# => square of 6 is 36
# => square of 7 is 49
# => square of 8 is 64
# => square of 9 is 81
# => square of 10 is 100
```
tips: []
Expand Down

0 comments on commit 94f98ab

Please sign in to comment.