Commit 24ab9d97 by BellCodeEditor

save project

parent a5845981
Showing with 4 additions and 0 deletions
......@@ -7,4 +7,7 @@ print(a)
a=['华雄']
c=['华雄']
a.extend(c)
print(a)
a=['吕布']
a.extend(b[2:4])
print(a)
\ 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