Commit 9513bb25 by BellCodeEditor

save project

parent 79353ebc
Pipeline #12047 failed in 0 seconds
Showing with 8 additions and 0 deletions
student=["马嘉祺","宋亚轩","丁晨曦","原神","百里守约","大香蕉"]
student.remove("大香蕉")
print(student)
student.append('H')
print(student)
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