Commit 0deff185 by BellCodeEditor

save project

parent f82944da
Showing with 1 additions and 0 deletions
......@@ -4,6 +4,7 @@ c='张飞'
l=[a,b,c]
l[0]=b
l[1]=a
l.pop(-3)
print(l)
......
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