#1150. 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']
['son', 'parent', 'mother', 'hehe', 'father', 'daughter', '901a', '78']
Limitation
1s, 1024KiB for each test case.