Commit 7f2ab868 by BellCodeEditor

save project

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