Commit ab3245b5 by BellCodeEditor

save project

parent 8d8886fc
Showing with 11 additions and 5 deletions
pen= username = "python"
pen= username = "python"
screen.textinput("姓名框""你的名字是:") useroassword = "123456"
turtle.done() while True
\ No newline at end of file name = input("请输入用户名:")
password = input("请输入密码:")
if name == username and password == useroassword:
input("登录成功")
input("用户名或密码错误重输")
input("欢迎")
\ 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