Commit 3f5ed4c7 by BellCodeEditor

save project

parent 64b125a7
Showing with 6 additions and 3 deletions
students = ["1","八戒","2","3"]
students.remove("八戒")
students.insert(3,"诺")
students.insert(3,"诺")
red=students[0:3]
blue=students[2:4]
print(red)
print(blue)
\ No newline at end of file
print(blue)
message="诺依,周末一起看电影吧"
for i in message:
print(i)
\ 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