add description of new task
This commit is contained in:
parent
59978523a4
commit
1173214090
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user