Commit 7c19db38 by BellCodeEditor

save project

parent 0f3017f0
Showing with 6 additions and 17 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(-100,0)
pen.write("Hi,依诺~\n用python写电子贺卡真是太有趣啦~\n我也喜欢用python~\n——悟空",font=("Time",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(5)
len=screen.te
username="python"
userpassward="123456"
name=input("请输入用户名:")
password=input("请输入密码:")
if name==userpassward and password==userpassward:
print("登录成功")
turtle.done()
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