Commit 2f46d0fa by BellCodeEditor

save project

parent 81dd3189
Showing with 4 additions and 0 deletions
......@@ -29,3 +29,4 @@ b.extend(c)
d = ['刘备','曹操'','吕布']
c=d[1:]
b.extend(c)
print(b)
\ No newline at end of file
print("Hello")
\ 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