Commit 5367ca2d by BellCodeEditor

auto save

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