Commit f720a33f by BellCodeEditor

save project

parent 6c11ba0b
students = ["悟空","小贝","八戒","波奇"]
students.remove("八戒")
print(students)
students.append("诺依")
print(students)
red = students[:2]
blue = students[2:]
print(red)
print(blue)
\ No newline at end of file
++ "b/\345\206\234\345\234\272\347\254\254\346\200\204\346\260\224\344\273\212\346\227\245\346\210\221\350\256\251\344\275\240\346\233\264\344\270\215\350\203\275\346\257\224\345\217\245\345\256\214\346\254\247\347\221\236\347\211\271\345\210\206\345\210\206\345\274\200\346\230\257\345\257\206\345\260\201\347\261\263\346\254\247\347\273\231\344\272\272\345\256\266\345\201\266\345\216\273\350\277\207\351\235\242\345\214\205\344\273\216\344\270\215\343\200\202"
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