Commit affe0568 by BellCodeEditor

auto save

parent 1234c8f8
Showing with 2 additions and 2 deletions
...@@ -2,5 +2,4 @@ i = 5 # 行 ...@@ -2,5 +2,4 @@ i = 5 # 行
j = 3 # 列 j = 3 # 列
# 使用变量 # 使用变量
print(j,'*',i,'=',(j*i)) print(j,'*',i,'=',(j*i))
3 * 5 = 15 3 * 5 = 15
print(1 9) \ 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