Commit a0826bc2 by BellCodeEditor

save project

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