Commit 98f9faad by BellCodeEditor

save project

parent 00a2debd
Showing with 8 additions and 1 deletions
TT='wx368945'
tt='wx368945'
while True:
Tt=input('请输入帐号')
tT=input('请输入密码')
if Tt==TT and tT==tt:
print('输入成功')
break
elif Tt != TT and tT != tt:
print('A')
elif Tt != TT:
print('用户名不存在,请重新输入')
elif tT != tt:
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