Commit 71e15986 by BellCodeEditor

save project

parent 8ab6f412
Showing with 6 additions and 4 deletions
...@@ -5,6 +5,8 @@ bro1="关羽" ...@@ -5,6 +5,8 @@ bro1="关羽"
bro2="刘备" bro2="刘备"
bro3="张飞" bro3="张飞"
b=["刘备","张飞","关羽","张飞","张飞"] b=["刘备","张飞","关羽","张飞","张飞"]
for i in range(3): c=["华雄"]
b.remove("张飞") d=["颜良","文丑"]
print(b) c.extend(d)
\ No newline at end of file c.append("关羽")
print(c)
\ 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