Commit 3687da08 by BellCodeEditor

auto save

parent c3e948f4
Showing with 65 additions and 2 deletions
......@@ -4,4 +4,67 @@ j = 3 # 列
for i in range(1,10):
for j in range(1,i+1):
print('%d*%d=%-3d'%(i,j,i*j),end='')
print()
\ No newline at end of file
print()i = 5 # 行
\ 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