diff --git a/Untitled-1.py.py b/Untitled-1.py.py new file mode 100644 index 0000000..fd5d8f0 --- /dev/null +++ b/Untitled-1.py.py @@ -0,0 +1,12 @@ +# import turtle +# pen=turtle.Pen() +# #pen.goto(-200,0) +# #pen.clear() +# pen.write("诺伊,我是小贝,我很讨厌你",font=("Times",10,"normal")) +# #pen.hideturtle() +# turtle.done() +import turtle +pen1=turtle.pen() +for i in range(4): + pen1.goto(20) +turtle.done() \ No newline at end of file diff --git a/p.py b/p.py new file mode 100644 index 0000000..bd52f5f --- /dev/null +++ b/p.py @@ -0,0 +1,4 @@ +import turtle +pen=turtle.Pen() +pen.circle(50) +turtle.done() \ No newline at end of file