Commit d1bfa0c7 by BellCodeEditor

save project

parent 40854a11
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ print(b) ...@@ -7,7 +7,7 @@ print(b)
c=['头','身体','关羽'] c=['头','身体','关羽']
print(c) print(c)
c=['头','血','身体','关羽'] c=['头','血','身体','关羽']
print("吕布:'我布完了好吧'") print("吕布:'我不玩了好吧'")
c.pop(1) c.pop(1)
print(c) print(c)
a.pop(0) a.pop(0)
......
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