Commit 8d55df32 by BellCodeEditor

auto save

parent 5ec53ebb
Showing with 11 additions and 0 deletions
#A = input("请输入行数:")
#for i in range(1,5):
# for j in range(1,i+1):
# print("*")
for x in range(1,10):
s = ""
for y in range(1,x+1)
a = x*y
s += str(x) + "*" + str(y) "=" + str(a)+" "
print(s)
\ 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