Commit 7bb29818 by BellCodeEditor

save project

parent 27ced634
Showing with 14 additions and 8 deletions
# aa="关羽"
# as="刘备"
# ad="张飞"
a=['刘备','张飞','关羽']
print(a)
s=['曹操','关羽']
s.remove('关羽')
\ No newline at end of file
# g=['刘备','张飞','关羽']
# print(g)
# s=['曹操','关羽']
# s.remove('关羽')
# a=['华雄']
# c=['颜良','文丑']
# a.extend(c)
# print(a)
z=['c','v','b','n','m']
j=['k']
a=z[3:5]
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