Commit 6c0a2e76 by BellCodeEditor

save project

parent f9e165f0
Showing with 4 additions and 6 deletions
for i in range(1,10): b=['袁术','夏侯惇','曹操','关羽']
b.pop(-1)
for j in range(1,i+1): b.pop(3)
print(i,"x",j,"=",i*j,end=" ") b.remove("关羽")
print()
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