Commit f4231eab by BellCodeEditor

save project

parent 8b7e0a79
Showing with 28 additions and 29 deletions
i=1
j=2
for i in range(1,i+j):
i=i+1
print(j,"x",i,"=",(i*j))
print("i=",i+4)
\ No newline at end of file
screen=turtle.Screen()
screen.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("母亲,母亲节\n快乐!\n我祝你\n身体\n健康,\n万事如意",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("green")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.fillcolor("red")
pen1.hideturtle()
turtle.done()
len=999
pen1.left(45)
pen1.forward(2*len)
pen1.circle(len,180)
pen1.right(90)
pen1.circle(len,180)
pen1.forward(2*len)
\ No newline at end of file
import turtle
++ "b/\345\202\273\351\200\274.py"
import turtle
screen=turtle.Screen()
screen.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("母亲,母亲节\n快乐!\n我祝你\n身体\n健康,\n万事如意",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("green")
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.fillcolor("red")
pen1.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