Commit 9eb3ab8b by BellCodeEditor

save project

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