Commit 370d68ed by BellCodeEditor

save project

parent d027eb66
Showing with 11 additions and 0 deletions
name='甲'
powre=70
ab=['以',1,'额',17,'人',30,'和',68'吧',79]
for i in range(len(ab)):
if i%2==1 and powre<=ap[i]:
ab.insert(i-1,name)
ab.insert(i,powre)
break
print(ab[4:])
\ No newline at end of file
...@@ -7,3 +7,4 @@ a.extend(b[2:5]) ...@@ -7,3 +7,4 @@ a.extend(b[2:5])
print(a) print(a)
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