Commit 0ed579cd by BellCodeEditor

save project

parent ea498602
Showing with 2 additions and 2 deletions
i=3 i=0
username = "123" username = "123"
userpassword = "1234" userpassword = "1234"
while True: while True:
if i>0: if i<3:
name = input("请输入名字:") name = input("请输入名字:")
password = input("请输入密码:") password = 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