Commit a679c328 by BellCodeEditor

save project

parent 6f761c28
Showing with 5 additions and 1 deletions
...@@ -6,5 +6,8 @@ while True: ...@@ -6,5 +6,8 @@ while True:
if username==name and userpassword==password: if username==name and userpassword==password:
break break
print("登录成功") print("登录成功")
print("你妈的,这么简单都嫩错,更个脑残一样,傻缺") if username!=name:
print("傻逼,用户名都嫩错,更个**一样,傻缺")
if userpassword!=password:
print("你妈的,密码都嫩错,更个脑残一样,傻缺")
print("这么简单肯定能对,tm你真强") print("这么简单肯定能对,tm你真强")
\ 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