Commit 9eb3ab8b by BellCodeEditor

save project

parent 81888f67
Showing with 3 additions and 14 deletions
SB = ["刘备","关羽","张飞"] a = ['']
SB1=["刘备",161,9.1] b = ['袁术','夏侯惇','曹操','关羽']
SB2=["关羽",160,8.5] \ No newline at end of file
SB3=["张飞",166,8.3]
SB[0]="关羽"
SB[1]="刘备"
print(SB)
a = ['华雄']
b = ['袁术','夏侯惇','曹操','关羽']
b.pop(3)
print(b)
a.insert(1,'关羽')
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