Commit 678b65a4 by BellCodeEditor

auto save

parent e9c34314
Showing with 3 additions and 3 deletions
username = "python"
userpassword = "123456"
while True:
name = input("1:")
......@@ -11,8 +11,7 @@ while True:
continue
if name!=userpassword:
print('密码输入错误')
else:
print('ok')
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