Commit 2437d76e by BellCodeEditor

save project

parent 13be041e
Showing with 4 additions and 18 deletions
import turtle
screen=turtle.Screen()
screen._bgcolor(red)
pen=turtle.Pen()
pen.penup()
pen.goto(0,-100)
pen.write("大家好\n我是成娅乐\n我来自涟水,我喜欢画画",font=("Times",30,"normal"))
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.hideturtle()
turtle.done()
\ No newline at end of file
j=5
i=7
print(j,'*'i'='(j*i))
\ 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