摘要: # coding=utf-8"""请输入10个数,并安从小到大的顺序排序"""num = []def getTenNum(): for i in range(10): x = int(input("please input the num:")) num.append(x)def sortNum(n 阅读全文
posted @ 2019-10-10 15:05 雪瞳 阅读(136) 评论(0) 推荐(0)