Commit 7699ca1b by BellCodeEditor

save project

parent 822f055b
Showing with 10 additions and 1 deletions
user="python"
userpassword="123456"
userme=input("请输入您的账号:")
userpasswordme=input("请输入您的密码:")
if user==userme and userpassword==userpasswordme:
pinrt("欢迎%s"%(user))
else:
print("您输入的账号与密码输入错误!")
\ No newline at end of file
......@@ -10,7 +10,7 @@ pen.write("你好\n",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(10)
pen1.color('#285078', '#a0c8f9')
pen1.color("red")
# 借助变量
len=int(screen.textinput("长度","大小"))
pen1.begin_fill()
......
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