Commit 00a41812 by BellCodeEditor

save project

parent 8b2f259b
Showing with 8 additions and 5 deletions
usename="pythonp" usename="pythonp"
usepassword="123456" usepassword="123456"
usename1=input("请输入账号") while True:
usepassword1=input("请输入密码") usename1=input("请输入账号")
if usename==usename1 and usepassword==usepassword1: usepassword1=input("请输入密码")
print("登录成功") if usename==usename1 and usepassword==usepassword1:
\ 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