Commit 01031bdd by BellCodeEditor

save project

parent 3c487483
Showing with 6 additions and 1 deletions
username = "wtrui" username = "wtrui"
userpassword = "2389701" userpassword = "238970"
while True: while True:
name = input("请输入用户名:") name = input("请输入用户名:")
password = input("请输入密码:") password = input("请输入密码:")
if name == username and password == userpassword: if name == username and password == userpassword:
print("奥利给!!!!!!!!!!!!!!!!!!!!") print("奥利给!!!!!!!!!!!!!!!!!!!!")
break break
if name!=username:
print("用户sa逼!!!!!!!!!!")
if password!=userpassword:
print("密码sa逼!!!!!!!!!!")
print("你个sa逼") print("你个sa逼")
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