Commit 3f678e89 by BellCodeEditor

save project

parent 443965d1
Showing with 6 additions and 3 deletions
import turtle '''import turtle
t = turtle.Turtle() t = turtle.Turtle()
ls = ["red","orange","green","blue"] ls = ["red","orange","green","blue"]
t.speed(0) t.speed(0)
...@@ -7,4 +7,7 @@ for i in range(300): ...@@ -7,4 +7,7 @@ for i in range(300):
t.forward(i) t.forward(i)
t.left(91) t.left(91)
turtle.done() turtle.done()'''
\ No newline at end of file i = 5
j = 7
print(i,"*",j,"=",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