Commit 931dac54 by BellCodeEditor

save project

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