Commit db410376 by BellCodeEditor

auto save

parent 963c67e0
Showing with 4 additions and 3 deletions
bro1="关" bro1="关"
bro2="刘" bro2="刘"
bro3="张" bro3="张"
bros=["刘","关","张"] bro=["刘","关","张"]
bro1=["关",160,8.5] bro1=["关",160,8.5]
bro2=["刘",161,9.1] bro2=["刘",161,9.1]
bro3=["张",166,8.3] bro3=["张",166,8.3]
bros[0]="关" bros[0]="关"
bros[1]="刘" bros[1]="刘"
print(bros) print(bros)
\ No newline at end of file bro.insert(1,"a")
bro.append(a)
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