Commit af943bd6 by BellCodeEditor

save project

parent 124a18eb
Showing with 9 additions and 0 deletions
......@@ -12,6 +12,7 @@ for i in range(len(hero)):
if bb<hero[i] and i%2=0:
hero.insert(i-1,hh)
hero.insert(i,bb)
pri
......
students = ["fx","wkx","wjq","qzx"]
students.remove("wjq")
students.insert(2,"ze")
blue = students[:2]
red = students[2:]
print(blue)
print(red)
\ 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