Commit 63170a35 by BellCodeEditor

save project

parent 2f3615d9
Showing with 1 additions and 1 deletions
......@@ -23,7 +23,7 @@ print(a)
#颜良文丑
a=["华雄"]
c=["颜良","文丑"]
a.extend[c]
a.extend(c)
print(a)
#三英战吕布
a=["吕布"]
......
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