Commit 3f678e89 by BellCodeEditor

save project

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