Commit 83736d3c by BellCodeEditor

save project

parent 0f3f2e03
Showing with 4 additions and 0 deletions
...@@ -7,3 +7,6 @@ for p in range(300): ...@@ -7,3 +7,6 @@ for p in range(300):
pen.right(91) pen.right(91)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
j=3
i=5
print(j,'*',i,'=',(i*j))
\ 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