Commit f011f08c by BellCodeEditor

save project

parent 1cc36853
Showing with 40 additions and 5 deletions
m=["q","w","e","r","z","x","v","c"] a = ["qwe",20,"rty",30,"uio",40,"pas"50]
mmm=["d","f"] name = input("dfg")
m.extend(mmm) power = int(input("23"))
m2=m[2:5] for i in range(len(a)):
\ No newline at end of file if power > a[-1]:
a.append(name)
a.append(power)
break
if i%2 == 1 and a[i] >= power:
a.insert(i-1,name)
a.insert(i,power)
break
b = a[-6:]
break(b)
陈玉龙是sb
\ No newline at end of file
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