Commit 9accfdf6 by BellCodeEditor

save project

parent 4ce966e1
Showing with 22 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("姓名与身份证号码不符,请重新输入")
continue
if password!=userpassword:
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