Commit dc222fe4 by BellCodeEditor

auto save

parent 1578e05e
Showing with 3 additions and 2 deletions
i = 5 # 行 i = 5 # 行
j = 7 # 列 j = 7 # 列
print(j,"*",i,"=", (j*i)end=" ")# for j in range(1,10):
\ No newline at end of file
print(j,"*",i,"=", (j*i)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