Commit e173953b by BellCodeEditor

save project

parent 2c27f2d7
Showing with 8 additions and 6 deletions
a=['南京'] bro1="吗"
b=['菊花','珀卡','赞','尔特','瓦尔','装饰'] bro2="可"
c=b[1:3] bro3="哦"
a.extend(c) bros=["吗","可","哦"]
print(a) bros[-3]="可"
\ 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