Skip to content

Commit

Permalink
Update EXERCISE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt authored Sep 11, 2024
1 parent 9a036d7 commit b3dbf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/50-loops/80-for-in-range/ru/EXERCISE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Реализуйте функцию `print_table_of_squares(from, to)`, которая печатает на экран квадраты чисел. Она первое `from` и последнее `to` число печатает строку `square of <число> is <результат>`
Реализуйте функцию `print_table_of_squares(first, last)`, которая печатает на экран квадраты чисел. Она первое `first` и последнее `last` число печатает строку `square of <число> is <результат>`

Примеры вызова:

Expand Down

0 comments on commit b3dbf70

Please sign in to comment.