Commit 0ccb3263 by BellCodeEditor

save project

parent 02ddfccf
Showing with 14 additions and 9 deletions
bro1="关羽"
bro2="刘备"
bro3="张飞"
bros=["刘备","关羽","张飞"]
bro1=["关羽",200,98000]
bro2=["刘备",140,50000]
bro3=["张飞",250,70000]
print(bro1,bro2,bro3)
\ No newline at end of file
# bro1="关羽"
# bro2="刘备"
# bro3="张飞"
# bros=["刘备","关羽","张飞"]
# bro1=["关羽",200,98000]
# bro2=["刘备",140,50000]
# bro3=["张飞",250,70000]
# print(bro1,bro2,bro3)
a = ["华雄"]
b=["刘备","夏侯惇","吕布","关羽"]
b.pop(3)
print(b)
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