Commit b364974f by BellCodeEditor

save project

parent 19d8fd5f
Showing with 8 additions and 6 deletions
b1="关"
b2="刘"
b1="宇智波佐助"
b2="宇智波止水"
b3="张"
bs=["刘","关","张"]
bs=["宇智波止水","宇智波佐助","张"]
b1=["关",160,8.5]
b2=["刘",161,9.1]
b3=["张",166,8.3]
bs[0]="关"
bs[1]="刘"
bs[0]="宇智波佐助"
bs[1]="宇智波止水"
bs.pop(1)
bs.remove("张")
print(bs)
\ 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