Commit f092ef97 by BellCodeEditor

save project

parent 1e38aa0b
Showing with 11 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle cscreen=turtle.Screen()
screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
len=screen.textinput("提示","你想要多大的爱心呀?") len=screen.textinput("提示","你想要多大的爱心呀?")
len=int(len) len=int(len)
......
import turtle
pen=turtle.Pen()
Pen.left(30)
Pen.forward(100)
Pen.circle(85.100)
Pen.right(60)
Pen.circle(85.100)
Pen.forward(100)
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