Commit 2d3d9191 by BellCodeEditor

save project

parent 4639936c
Showing with 8 additions and 3 deletions
for i in range
for j in range
print(j,"*",i,"=",(j *i),end= " ")
print()
I=5
Z=2
print(I,"*",Z,(I*Z)=end=" ")
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