Commit e903844d by BellCodeEditor

save project

parent 651c96fd
Showing with 8 additions and 7 deletions
bro1="刘备"
bro1="关"
bro1="张"
bro2="关"
bro3="张"
bros["刘备""关""张"]
bro1=["刘备"161,9.9]
bro1=["关"160,8.5]
bro1=["张",166,3.1]
bro1=["刘备",161,9.9]
bro2=["关",160,8.5]
bro3=["张",166,3.1]
bros[0] = "关羽"
bros[1] = "刘备"
\ No newline at end of file
bros[1] = "刘备"
print(bros)
\ 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