Commit 19cc9bb3 by BellCodeEditor

save project

parent 071924df
Showing with 12 additions and 6 deletions
name="panjianyu"
password="123456"
username=input("输入账号:")
upass=input("输入密码:")
if username==name and upass==password:
print("登入成功!")
else:
print("你的账号或密码错误!")
while True:
username=input("输入账号:")
upass=input("输入密码:")
if username==name and upass==password:
print("登入成功!")
break
if name!=username:
print("账号错误!")
if upass!=password:
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