Commit 481ea3d3 by BellCodeEditor

save project

parent df39f66d
Showing with 3 additions and 5 deletions
students = ["悟空","小贝",'八戒','波奇'] message="诺伊"
students.pop(2) for i in message:
students.append('诺伊') print(i)
red=students[:2]
blue=students[2:]
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