Skip to content

Commit

Permalink
Update description.ru.yml
Browse files Browse the repository at this point in the history
Отредактировано  условие задачи
  • Loading branch information
ValKamch authored Dec 25, 2023
1 parent 94f98ab commit e91269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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(from, to)`, которая печатает на экран квадраты чисел. Она первое `from` и последнее `to` число печатает строку `square of <число> is <результат>`
Реализуйте функцию `print_table_of_squares(from, to)`, которая считает квадраты чисел от `from` до `to` и печатает на экран строки `square of <число> is <результат>`
Примеры вызова:
Expand Down

0 comments on commit e91269f

Please sign in to comment.