Commit 706ef723 by BellCodeEditor

save project

parent a21740a9
Showing with 5 additions and 0 deletions
for i in range(1,10): #i从1循环到9
for j in range(1,i+1): #j从1循环到9
print(i,'*',j, "=",(i*j),end=' ') #打印i*j的结果
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