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):
turtle.hideturtle()
turtle.done()'''
a=3
b=5
print(a,"*",b,"=",(a*b))
i=5
j=3
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