Commit d64fb7f4 by BellCodeEditor

save project

parent ec079785
Showing with 7 additions and 4 deletions
i=5 for i in fange(1,10):
for j in fange(1,10): fof j in range(1,10):
print(j,'x','=',i*j) print(j,'x',i,'=',i*j,end=' ')
\ No newline at end of file if i==j:
break
print()
\ 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