Commit 2e167633 by BellCodeEditor

save project

parent 1653c82c
Showing with 14 additions and 10 deletions
bros = "刘备" # bros = "刘备"
bros = "关羽" # bros = "关羽"
bros = "张飞" # bros = "张飞"
bros=["刘备","关羽","张飞"] # bros=["刘备","关羽","张飞"]
bor1=["关羽",160,8.5] # bor1=["关羽",160,8.5]
bro2=["刘备",161,9.1] # bro2=["刘备",161,9.1]
bor3=["张飞",166,8.3] # bor3=["张飞",166,8.3]
bros.remove("刘备") # bros.remove("刘备")
print(bros) # print(bros)
\ No newline at end of file a=['华雄']
c=['颜良,文丑']
a.extend(c)
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