Commit 3f69605c by BellCodeEditor

save project

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