Commit e34ba835 by BellCodeEditor

auto save

parent 0a7b0048
Showing with 12 additions and 2 deletions
alist = [88, 75, 72, 82, 90, 85, 78, 91] # 输入一个数字n,作为后面列表的长度
\ No newline at end of file # 再输入n个数字
# 把他们从小到大排序后输出
n = int( input("输入列表长度:") )
num = []
for i in range(n):
num.append( int(input()) )
print(num)
for i in range():
for j in range():
if :
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment