Commit efdc6294 by BellCodeEditor

save project

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