Commit 598f98d5 by BellCodeEditor

save project

parent d10c3d3a
Showing with 8 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
a=input("请输入爱心颜色:")
b=input("请输入被景颜色:")
screen=turtle.Screen()
screen.bgcolor("pink")
if b=="pink":
screen.bgcolor("pink")
elif b=="red":
screen.bgcolor("red")
else:
screen.bgcolor("blue")
pen=turtle.Pen()
pen.penup()
pen.goto(50,-150)
......
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