Commit 03960622 by BellCodeEditor

save project

parent b364974f
Showing with 5 additions and 7 deletions
b1="宇智波佐助" b1="宇智波佐助"
b2="宇智波止水" b2="宇智波止水"
b3="张" b3="宇智波.鼬"
bs=["宇智波止水","宇智波佐助","张"] bs=["宇智波止水","宇智波佐助","宇智波.鼬"]
b1=["关",160,8.5]
b2=["刘",161,9.1]
b3=["张",166,8.3]
bs[0]="宇智波佐助" bs[0]="宇智波佐助"
bs[1]="宇智波止水" bs[1]="宇智波止水"
bs.pop(1) a=['鸣人','小樱']
bs.remove("张") bs.extend(a)
print(bs) 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