Commit dd1873da by BellCodeEditor

save project

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