Commit e173953b by BellCodeEditor

save project

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