Commit 252d7837 by BellCodeEditor

save project

parent 586e6021
Showing with 2 additions and 0 deletions
...@@ -3,6 +3,8 @@ import turtle ...@@ -3,6 +3,8 @@ import turtle
srceen = turtle.Screen srceen = turtle.Screen
screen.bgcolor("blue") screen.bgcolor("blue")
pen = turtle.Pen() pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("哈哈哈哈哈哈哈哈哈哈哈,\n你这个大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼!!!!!" , font = ("Times" , 30 , "normal") pen.write("哈哈哈哈哈哈哈哈哈哈哈,\n你这个大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼大傻逼!!!!!" , font = ("Times" , 30 , "normal")
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pencolor("pinkgreen") pen1.pencolor("pinkgreen")
......
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