Commit 00a41812 by BellCodeEditor

save project

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