Commit 19cc9bb3 by BellCodeEditor

save project

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