Commit 62064877 by BellCodeEditor

save project

parent 69f202fc
Showing with 7 additions and 3 deletions
username="python" username="python"
userpassword="12345" userpassword="12345"
nesr=input("请输入你的账号:") while True:
uesr=input("请输入你的账号:")
userword=input("请输入你的密码:") userword=input("请输入你的密码:")
if user==usename and userpassword==userword: if user==usename and userpassword==userword:
print("登录成功") print("登录成功")
\ No newline at end of file break
print("输入错误,请重新输入。")
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