Actions
workflow #3
closed1 задача
Start date:
11/02/2024
Due date:
% Done:
0%
Estimated time:
1:00 h
Description
написать функцию сортирующую входной массив (пр [1, 3, 2 ] -> [1, 2, 3]
Updated by Светлана Кулева about 2 months ago
- Status changed from todo to in progress
Updated by Светлана Кулева about 2 months ago
- Status changed from in progress to in qa
input_ = input()
m = list(input_.split(','))
m = sorted(m)
print(m)
Updated by Дьулуур Николаев about 2 months ago
- Status changed from in qa to completed
Actions