Commit 83736d3c by BellCodeEditor

save project

parent 0f3f2e03
Showing with 5 additions and 2 deletions
...@@ -6,4 +6,7 @@ for p in range(300): ...@@ -6,4 +6,7 @@ for p in range(300):
pen.color(c[p%4]) pen.color(c[p%4])
pen.right(91) pen.right(91)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
\ No newline at end of file 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