Commit b626ce67 by BellCodeEditor

save project

parent d5865afc
Showing with 4 additions and 2 deletions
......@@ -2,4 +2,6 @@
# as="刘备"
# ad="张飞"
a=['刘备','张飞','关羽']
print(a)
\ No newline at end of file
print(a)
s=['曹操','关羽']
s.remove('关羽')
\ 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