Commit f9c89420 by BellCodeEditor

auto save

parent 6f283824
Showing with 6 additions and 4 deletions
...@@ -5,6 +5,8 @@ bor3=["张飞",166,8.3] ...@@ -5,6 +5,8 @@ bor3=["张飞",166,8.3]
bors[0]="关羽" bors[0]="关羽"
bors[1]="刘备" bors[1]="刘备"
print(bors) print(bors)
b=['袁术','夏侯惇','曹操','关羽'] b=['袁术','公孙瓒','关羽','张飞','刘备','曹操']
b.remove('关羽')
a.[''] a=['吕布']
\ No newline at end of file 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