Commit 931dac54 by BellCodeEditor

save project

parent d6a644ab
Showing with 20 additions and 13 deletions
username="python" username="python"
username="python" username="python"
userpassword="python" userpassword="python"
i=0 i=0
whlie i<3: while True:
name=input("快输入用户名啊:") if i<3:
password=input("快输入密码啊:") name=input("快输入用户名啊:")
if name==username and password==userpassword: password=input("快输入密码啊:")
print("登陆成功你个傻逼") if name==username and password==userpassword:
break print("登陆成功你个傻逼")
else: break
if a !=username:
print("账号错了,实在垃圾")
else: else:
print("密码错了,你还是个垃圾") if name !=username:
i=i+1 print("账号错了,实在垃圾")
print("欢迎来到我也不知道") else:
print("密码错了,你还是个垃圾")
i=i+1
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