Commit a4da34cb by BellCodeEditor

save project

parent a2047c66
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ print(list) ...@@ -4,4 +4,4 @@ print(list)
a=['华雄'] a=['华雄']
c=['',''] c=['','']
a.extend(c) a.extend(c)
print(a) print(a)
\ No newline at end of file \ 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