Commit 26c0a531 by BellCodeEditor

save project

parent 636a526c
Showing with 3 additions and 3 deletions
students=['悟空','小贝','八戒','小贝']
print(students.pop(2))
students='悟空©'
for i in students:
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