Project

General

Profile

Actions

workflow #3

closed

1 задача

Added by Дьулуур Николаев about 2 months ago. Updated about 2 months ago.

Status:
completed
Priority:
default
Start date:
11/02/2024
Due date:
% Done:

0%

Estimated time:
1:00 h

Description

написать функцию сортирующую входной массив (пр [1, 3, 2 ] -> [1, 2, 3]

Actions #1

Updated by Светлана Кулева about 2 months ago

  • Status changed from todo to in progress
Actions #2

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)
Actions #3

Updated by Дьулуур Николаев about 2 months ago

  • Status changed from in qa to completed
Actions

Also available in: Atom PDF