Commit b4076001 by BellCodeEditor

save project

parent 1c1540d5
Showing with 3 additions and 3 deletions
...@@ -2,5 +2,5 @@ student = ["悟空","小贝","八戒","波奇"] ...@@ -2,5 +2,5 @@ student = ["悟空","小贝","八戒","波奇"]
student.pop(2) student.pop(2)
student.append("诺伊") student.append("诺伊")
print(student) print(student)
red = (list[0:1]) red = ("悟空","小贝")
blue = (list[2:3]) blue = ("八戒","波奇")
\ No newline at end of file \ No newline at end of file
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