Commit 32e949cb by BellCodeEditor

save project

parent c7e8595f
Showing with 4 additions and 2 deletions
usenamename='guohanzhe' usenamename=input('你的名字是——')
usenamename='guohanzhe' usenamename=input('你的名字是——')
password='666666' password='666666'
while True: while True:
name=input('请输入你的账号') name=input('请输入你的账号')
...@@ -8,6 +8,7 @@ while True: ...@@ -8,6 +8,7 @@ while True:
break break
elif name!=usenamename: elif name!=usenamename:
print('账号错误') print('账号错误')
continue
else: else:
print('密码错误') 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