Commit 7a5fce39 by BellCodeEditor

save project

parent 3c817d7c
Showing with 3 additions and 0 deletions
......@@ -3,3 +3,6 @@ a= ['华雄']
b=["马猴","裤子猴"]
a.extend(b)
print(a)
c=["傻逼郭可为"]
c.append("吴狗子优")
print(c)
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