Commit a0826bc2 by BellCodeEditor

save project

parent 5d66095b
Showing with 6 additions and 5 deletions
import turtle
screen=turtle.Screen()
screen.textinput("姓名框","你的名字是:")
turtle.done()
\ No newline at end of file
username="python"
userpassword="123456qwe"
name=input("请输入你的用户名")
password=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