Commit 2960b07a by BellCodeEditor

save project

parent 474b7a68
Showing with 20 additions and 17 deletions
def new_input(): i=3
total = [] username="wx038309"
while True: userpassword="123456"
money = input('mnkdj(qhjghn):') while True:
if money =='q': if i>0:
break name=input("请输入用户名:")
else: password=input("请输入密码:")
try: i=i-1
money = int(unit) if username==name and userpassword==password:
except: print("成功")
print("fhfghj") break
else: if name!=username:
total.append(unit) print("用户名错了")
finally: continue
print("===============================") if password!=userpassword:
return print("密码错了")
\ No newline at end of file else:
print("你的用户以锁,一个小时再来")
exit()
print("欢应")
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