Commit 30d4bfe6 by BellCodeEditor

auto save

parent 0d135844
Showing with 347 additions and 4 deletions
username = "123456789987654321741852963369258147789456123321654987753357951159" username = "1"
userpassword = "1" userpassword = "1"
while True: while True:
a = input("请输入用户名:") a = input("请输入用户名:")
...@@ -9,8 +9,352 @@ while True: ...@@ -9,8 +9,352 @@ while True:
else: else:
if a != username: if a != username:
print("用户名不存在!请重新输入") print("用户名不存在!请重新输入")
continue()
if b != userpassword: if b != userpassword:
print("密码错误!请重新输入") print("密码错误!请重新输入")
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