Commit 7bb29818 by BellCodeEditor

save project

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