Commit 481ea3d3 by BellCodeEditor

save project

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