Commit d1b39834 by BellCodeEditor

save project

parent 9acdf46f
Showing with 16 additions and 0 deletions
username = "逄博"
userpassword = "220102201003152617"
while True:
name = input("请输入真实姓名:")
password = input("请输入身份证号码:")
if name == username and password == userpassword:
print("实名认证成功!")
break
if name!=username:
print("姓名与身份证号码不符,请重新输入")
continue
if password!=userpassword:
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