#1151. python-列表-定义一个列表,都为字符串(输入),进行从小到大的排序

python-列表-定义一个列表,都为字符串(输入),进行从小到大的排序

Background

Description

python-列表-定义一个列表,都为字符串(输入),进行从小到大的排序

Format

Input

Output

Samples

8
parent
father
mother
son
daughter
901a
78
hehe
['parent', 'father', 'mother', 'son', 'daughter', '901a', '78', 'hehe']
['78', '901a', 'daughter', 'father', 'hehe', 'mother', 'parent', 'son']

Limitation

1s, 1024KiB for each test case.