Commit 49f32d12 by BellCodeEditor

save project

parent d3a0e89c
Showing with 4 additions and 10 deletions
students=["傻狍子","憨批","猪妖","坤器人"] message="鸡你太美,鸡你实在是太美"
students.pop(2) for i in message:
print(students) print(i)
students.append("高启强") \ No newline at end of file
print(students)
rad=students[:2]
bulu=students[2:]
print(rad)
print(bulu)
\ 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