Commit 12514019 by BellCodeEditor

save project

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