diff --git a/practica/stepik/stepik_tasks/README.md b/practica/stepik/stepik_tasks/README.md index b3f0754..b16a5fd 100644 --- a/practica/stepik/stepik_tasks/README.md +++ b/practica/stepik/stepik_tasks/README.md @@ -48,6 +48,9 @@ __*Plan of solution*__: - [Sum_num_nearby](sum_num_nearby.py) A program that displays the sum of the right and left numbers from the main one. For the first and last numbers, the left and right numbers are the last and first numbers respectively +- [Sum of squared numbers](sum_of_squared_numbers.py) + A program reads numbers from the console (one per line) until their sum is equal to 0. Then it displays the sum of the squares of these numbers. + - [Tickets](tickets.py) A program that issues a “Lucky” or "regular" ticket, the number of which we entered. If all the numbers are the same - the ticket is lucky