Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / lesson7_1

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 5367ca2d authored a year ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

auto save

parent 9513bb25
Pipeline #12080 failed in 0 seconds
  • Changes 1
  • Pipelines 1
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 1 deletions
  • jkkjlhu.py/gcyjynghjg.py
jkkjlhu.py/gcyjynghjg.py
View file @ 5367ca2d
...@@ -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 ])
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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