Commit 7bb29818 by BellCodeEditor

save project

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