Commit be7f0351 by BellCodeEditor

save project

parent df282c72
Showing with 3 additions and 3 deletions
1 = 5+2 i = 5+2
j = 3+6 j = 3+6
print(j,"*","=","i*j") print(i,"*",j,"=",(j*i))
\ 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