Commit f6938cef by BellCodeEditor

save project

parent a1bf3c9d
Showing with 9 additions and 2 deletions
......@@ -29,8 +29,8 @@ for i in range(0,300):
turtle.hideturtle()
turtle.done()'''
i=5
j=3
i=299
j=301
print(j,"*",i,"=",(i*j))
......
import turtle
pen=turtle.Pen()
for i in range(5):
pen.forward(200)
pen.right(144)
pen.hideturtle()
turtle.done()
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