Commit 02090e3e by BellCodeEditor

save project

parent 10f3fe29
Showing with 13 additions and 1 deletions
...@@ -737,10 +737,22 @@ userpassword = "511402201211078817" # 保存在服务器数据库中的用户 ...@@ -737,10 +737,22 @@ userpassword = "511402201211078817" # 保存在服务器数据库中的用户
i=10000 i=10000
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
while True: while True:
if i==0 if i>0:
妈妈的身份证号码=input("妈妈的身份证号码") 妈妈的身份证号码=input("妈妈的身份证号码")
我的身份证号码=input("我的身份证号码") 我的身份证号码=input("我的身份证号码")
i-=1 i-=1
......
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