Commit 5b432c23 by BellCodeEditor

save project

parent 84b470b9
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ j = 3 # 列 ...@@ -4,4 +4,4 @@ j = 3 # 列
print(i,'*',j,'=',(j*i)) print(i,'*',j,'=',(j*i))
l=5 l=5
j=3 j=3
print(l,'+',j,'=',(l+j)) print(l+'+'j+'='+(l+j))
\ No newline at end of file \ 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