Commit 37ad63e7 by BellCodeEditor

save project

parent 228d3e98
Showing with 8 additions and 13 deletions
import turtle
screen = turtle.Screen()
pen = turtle.Pen()
len=int(screen.textinput("提问","你要多大的爱心"))
lovesize=int(len)
pen.left(45)
pen.forward(2*len)
pen.circle(len,180)
pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
turtle.done()
\ No newline at end of file
username = "112211331144"
userpassword = "qwqeqrqtqyquqiqoqpqaqsqdqfqgqhqjqkqlqzqxqcqvqbqnqm"
name=input("请输入账号:")
password=input("请输入密码:")
if username==name and userpassword==password:
print("输入成功")
\ 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