From 117321409048171e2df89c6dd837de6c36547774 Mon Sep 17 00:00:00 2001 From: Yesen Date: Fri, 13 Oct 2023 22:51:28 +0300 Subject: [PATCH] add description of new task --- practica/stepik/stepik_tasks/README.md | 3 +++ 1 file changed, 3 insertions(+) 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