Commit efdc6294 by BellCodeEditor

save project

parent caa8f51c
Showing with 4 additions and 10 deletions
username = "13" username = "123"
userpassword = "Aspire" userpassword = "12345"
while True: while True:
name = input("请输入用户名:") name = input("请输入用户名:")
password = input("请输入密码:") password = input("请输入密码:")
...@@ -8,12 +8,7 @@ while True: ...@@ -8,12 +8,7 @@ while True:
break break
if name != username: if name != username:
print("用户名不存在,请重新输入!") print("用户名不存在,请重新输入!")
continue
if password != userpassword: if password != userpassword:
print("密码错误,请重新输入!") print("密码错误,请重新输入!")
print('加') print('加载中,请稍等...')
wait(0.01)
print('载')
wait(0.01)
print('中')
wait(0.01)
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