Commit 2960b07a by BellCodeEditor

save project

parent 474b7a68
Showing with 18 additions and 15 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:
name=input("请输入用户名:")
password=input("请输入密码:")
i=i-1
if username==name and userpassword==password:
print("成功")
break break
if name!=username:
print("用户名错了")
continue
if password!=userpassword:
print("密码错了")
else: else:
try: print("你的用户以锁,一个小时再来")
money = int(unit) exit()
except: print("欢应")
print("fhfghj")
else:
total.append(unit)
finally:
print("===============================")
return
\ 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