Commit 6092db40 by BellCodeEditor

save project

parent 0273e6ec
Showing with 23 additions and 0 deletions
username="python"
userpassword="python"
i=0
while True:
if i<3:
name=input("快输入用户名啊:")
password=input("快输入密码啊:")
if name==username and password==userpassword:
print("登陆成功你个傻逼")
break
else:
if name !=username:
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