Commit cff4997a by BellCodeEditor

save project

parent bb5a64c5
Showing with 8 additions and 10 deletions
student = ["悟空""小贝"] message="诺伊,周末一起去看动漫展把"
student.remove("小贝") length=len(message)
print(students) i=0
student.append("诺依") while i <length:
print(students) element=message[i]
red=students[:1] print(element)
blue=students[1:] i+=1
print(erd) \ No newline at end of file
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