Commit f203787c by BellCodeEditor

save project

parent 0c6a5953
Showing with 4 additions and 1 deletions
a=['华雄']
b=["刘备","关羽","张飞"]
b.pop(0)
c=['颜良','文丑']
b.extend(a)
print(b)
\ 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