Commit 4e177ac0 by BellCodeEditor

save project

parent c6d65739
Showing with 11 additions and 8 deletions
import turtle import turtle
screen=turtle.Screen() pen1=turtle.pen
screen.bgcolor("light green") pen1=(pen1.pensize(5))
len=screen.textinput("100","100") pen1.pencolor("green")
len=int(len) pen1.forward(100)
pen=turtle.pen() pen.circle(50,180)
pen.write("你好!傻の哦",font=("Times",20,"normal")) pen1.right(90)
pen.circle(50,180)
pen1.left(90)
pen.forward(100)
pen.hideturtlel() pen.hideturtlel()
turtle.done() pen.turtle.done()
\ No newline at end of file \ 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