Commit 4997b7bf by BellCodeEditor

save project

parent 21be6a1f
Showing with 6 additions and 12 deletions
import turle
screen=turle.Pen()
len=screen.textinput("表示""你想要多大的爱心")
lovesize=int(len)
pen1=turle.pen()
pen1.left(45)
pen1.forward(2*lovesize)
pen1.circle(lovesize,180)
pen1.left(45)
pen1.circle(lovesize,180)
pen1.forward(2*lovesize)
username='python'
userpassword='284965986558'
name=input("请输入用户名:")
passworde=input("请输入密码:")
if name==username and password==userpassword:
print("登陆成功")
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