Commit a4d0d2ca by BellCodeEditor

save project

parent 97340b8b
Showing with 3 additions and 3 deletions
a=1
for o in ranre(1,10)
for o in ranre(1,10):
for i in range(1,10):
print (a,"*",i,"=",a*i ,end="")
\ No newline at end of file
print (o,"*",i,"=",o*i ,end="")
\ 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