Commit 456182f5 by BellCodeEditor

save project

parent 80c2e667
Showing with 7 additions and 10 deletions
bros=["关羽","刘备""张飞"]
print(bros)
str1='python'
str2="python"
print(str1)
print(str2)
b=['袁术','夏侯惇','曹操','关羽']
b.remove('关羽')
a=['华雄']
b=['袁术''']
a.append('关羽')
print(a)
a=['华雄']
c=['颜良''文丑']
a.extend(C)
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