Commit f86bf7ab by BellCodeEditor

save project

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