add description of new task

This commit is contained in:
Yesen 2023-10-13 22:51:28 +03:00
parent 59978523a4
commit 1173214090

View File

@ -48,6 +48,9 @@ __*Plan of solution*__:
- [Sum_num_nearby](sum_num_nearby.py) - [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 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) - [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 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