Commit 27674d7e by BellCodeEditor

auto save

parent 89f5603b
Showing with 5 additions and 2 deletions
......@@ -5,6 +5,8 @@ bro1="关羽"
bro2="刘备"
bro3="张飞"
bros=["刘备","关羽","张飞","给给","方向"]
bros.remove("关羽")
bros.remove("张飞")
a=["文丑","颜良"]
bros.insert(1,"华雄")
bros.append("赵云")
bros.extend(a)
print(bros)
\ 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