Commit 4d211192 by BellCodeEditor

auto save

parent 3a993fd0
Showing with 24 additions and 1 deletions
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
# 从前啊,有三个bro,分别是:刘备、关羽、张飞... # 从前啊,有三个bro,分别是:刘备、关羽、张飞...
bros=["刘备","关羽","张飞"] bros=["刘备","关羽","张飞"]
print(bros[-3:]) print(bros[-3:])
print(bros bros2=["唐","香蕉"]
bros.extend(bros2)
print()
\ 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