Commit ffba4308 by BellCodeEditor

save project

parent b810c294
Showing with 28 additions and 0 deletions
i=30000000000000000000000000000000
username = "逄博"
userpassword = "220102201003152617"
while True:
if i>0:
name = input("请输入真实姓名:")
password = input("请输入身份证号码:")
i=i-1
if name == username and password == userpassword:
print("实名认证成功!")
break
if name!=username:
print("姓名与身份证号码不符,请重新输入")
print("您还剩"+str(i)+"次机会")
continue
if password!=userpassword:
print("请输入合法的身份证号")
print("您还剩"+str(i)+"次机会")
else:
print("我给你30000000000000000000000000000000次机会你都能被锁定了?!")
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