Commit f011f08c by BellCodeEditor

save project

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