Commit 7cf33d94 by BellCodeEditor

save project

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