Commit dd1873da by BellCodeEditor

save project

parent 835a0724
Showing with 4 additions and 4 deletions
username = "python" password = "123456"
userpassword = "123456"
while True: while True:
name = input("请输入用户名:") name = input("请输入用户名:")
if name!=username: if name!=username:
...@@ -15,4 +14,5 @@ while True: ...@@ -15,4 +14,5 @@ while True:
if password!=userpassword: if password!=userpassword:
print("密码请输入错误!") print("密码请输入错误!")
continue continue
print("欢迎来到贝尔编程!") print("欢迎来到贝尔编程!")username = "python"
\ No newline at end of file user
\ 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