Commit 1c1540d5 by BellCodeEditor

save project

parent 01a00d27
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 = (list[0:1])
blue(list[2:3]) blue = (list[2:3])
\ 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