Commit e9dca38e by BellCodeEditor

save project

parent 771407db
Showing with 7 additions and 3 deletions
import turtle import turtle
mc=turtle.Pen() mc=turtle.Pen()
mc.write("母牛是答辩,\n mc yyds!!!",font=("Times",45,"normal")) mc.penup()
mc.goto(100,-100)
mc.write("3.1415\n926 ",font=("Times",13,"normal"))
只因=turtle.Pen() 只因=turtle.Pen()
只因.pensize(5)
只因.color("red")
只因.left(45) 只因.left(45)
只因.forward(100) 只因.forward(100)
只因.circle(50,180) 只因.circle(50,180)
只因.right(90) 只因.right(90)
只因.circle(50,180) 只因.circle(50,180)
只因.forward(100) 只因.forward(100)
=turtle.Screen()
.bgcolor("dark blue")
turtle.done() 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