题解 | #输入整型数组和排序标识,对其元素按照升序或降序进行排序#

输入整型数组和排序标识,对其元素按照升序或降序进行排序

http://www.nowcoder.com/practice/dd0c6b26c9e541f5b935047ff4156309

def func(i,lst,bol):
    i1= int(i)
    bol1 = bool(int(bol))
    lst1 = list(map(int,lst))
    lst1.sort(reverse= bol1)
    lst2 = [ str(x) for x in lst1 ]
    str1 = " "
    return str1.join(lst2)
i = input()
lst = input().split()
bol = input()
print(func(i,lst,bol))
全部评论

相关推荐

不愿透露姓名的神秘牛友
昨天 22:33
杉川机器人 嵌入式工程师 18.0k*13.0, 年终奖1~9个月
点赞 评论 收藏
分享
评论
9
1
分享

创作者周榜

更多
牛客网
牛客企业服务