Commit 0d633512 by BellCodeEditor

save project

parent 248f9439
Showing with 0 additions and 5 deletions
......@@ -10,7 +10,3 @@ b.pop(-1)
print(b)
b.remove('关羽')
print(b)
a=[123,123,123,123,123]
for i in range(len(a)):
a.remove(123)
print(a)
\ 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