Commit ec55ab11 by BellCodeEditor

save project

parent c88362a5
Showing with 4 additions and 10 deletions
bro1="刘备"
bro3="张飞"
bros=["刘备","关羽","张飞"]
bro1=["刘备",1669.1]
bro2=["关羽",1608.5]
bro3=["张飞",1668.3]
bros[0]="关羽"
bros[1]="刘备"
print(bros)
b=['袁术','夏侯惇''曹操''关羽']
b.remove('关羽')
print(b)
\ 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