Commit e76ab79e by BellCodeEditor

save project

parent 5ce11a44
Showing with 8 additions and 4 deletions
a=['吕布']
b=['袁术','公孙瓒','关羽','张飞','刘备','曹操']
print(b[2:5])
for i in range()
q='8'
w=66
e=['1',30,'2',37,'5',52,'6',89,'7',98]
for i in range(len(e)):
if i%2==1 and e[i]>=w:
e.insert(i-1,q)
e.insert(i,w)
print(e)
......
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