Commit b3824609 by BellCodeEditor

save project

parent 0817fcfd
Showing with 17 additions and 12 deletions
i=3
t = "pig" t = "pig"
y = "345" y = "345"
while True: while True:
u =input("用户名:") if i>0:
k = input("密码:") u =input("用户名:")
if u==t and k==y: k = input("密码:")
print("成功") i-=1
break if u==t and k==y:
if u!=t: print("成功")
print("用户名不正确") break
if u==t and k!=y: if u!=t:
print("密码不正确") print("用户名不正确")
print("成功") if u==t and k!=y:
print("密码不正确")
\ No newline at end of file else:
print("肖恩马上到你家门口")
exit()
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