Commit 5f44971f by BellCodeEditor

save project

parent 26aa0969
Showing with 5 additions and 2 deletions
...@@ -34,4 +34,7 @@ ...@@ -34,4 +34,7 @@
# if ((i!=j) and (j!=k) and (k!=i)): # if ((i!=j) and (j!=k) and (k!=i)):
# print(i,j,k) # print(i,j,k)
# sum+=1 # sum+=1
# print(sum) # print(sum)
\ No newline at end of file j=5
i=7
print(j,"*",i,"=",(j*i))
\ 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