Commit 7f2ab868 by BellCodeEditor

save project

parent a8d068bf
Showing with 8 additions and 10 deletions
student["1","2","3","4"] message="诺伊,悟空喜欢你"
student.remove for i in message:
print(student) print(i)
student.append("5")
print(student)
red=student[:2]
blue=student[2:]
print(red)
print(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