Commit 43fdb122 by BellCodeEditor

save project

parent 37c2ce7b
Showing with 17 additions and 2 deletions
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": false,
"python.testing.promptToConfigure": false
}
\ No newline at end of file
import turtle
pen=turtle.Pen
for i in range(5):
for i in range(5)
pen.forward(200)
pen.right(144)
pen.heading()
pen.hideturtle()
turtle.done
\ 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