Commit a1bf3c9d by BellCodeEditor

save project

parent 4627bd39
Showing with 3 additions and 3 deletions
...@@ -29,9 +29,9 @@ for i in range(0,300): ...@@ -29,9 +29,9 @@ for i in range(0,300):
turtle.hideturtle() turtle.hideturtle()
turtle.done()''' turtle.done()'''
a=3 i=5
b=5 j=3
print(a,"*",b,"=",(a*b)) print(j,"*",i,"=",(i*j))
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