Skip to content

Commit

Permalink
Merge pull request #318 from ValKamch/main
Browse files Browse the repository at this point in the history
Update description.ru.yml
  • Loading branch information
Malcom1986 authored Dec 28, 2023
2 parents 7277b7f + e91269f commit 5bd4788
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 5bd4788

Please sign in to comment.