Commit 7eb5b98d by BellCodeEditor

save project

parent 05e5aeb0
Showing with 7 additions and 2 deletions
......@@ -4,5 +4,11 @@ sb2=["刘备",161,9.1]
sb3=["张飞",166,8.3]
sb[0]="关羽"
sb[1]="刘备"
print(sb)
h=["华雄"]
dsb=["袁术","夏侯惇","曹操","关羽"]
dsb.pop(3)
print(dsb)
h.append("关羽")
print(h)
print(sb)
\ 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