Commit b94ae938 by BellCodeEditor

save project

parent c0dc0ae1
Showing with 5 additions and 9 deletions
name=["关羽"]
name.append("张飞")
name.insert(1,"赵云")
name.append("吕布")
name.insert(2,"刘备")
name.pop(3)
name.remove("吕布")
print(name)
\ No newline at end of file
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