Commit ed0f5117 by BellCodeEditor

save project

parent b5b72ad7
Showing with 2 additions and 1 deletions
......@@ -14,6 +14,6 @@ b.pop(0)
print(b)
"""
a=["华雄"]
c=["颜良""文丑"]
c=["颜良","文丑"]
a.insert(0,c)
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