Commit 5b7c6ec4 by BellCodeEditor

auto save

parent 56330f72
Showing with 2 additions and 2 deletions
username = "python"
userpassword = "123456" userpassword = "123456"
while True: while True:
name = input("1:") name = input("1:")
...@@ -11,7 +13,6 @@ while True: ...@@ -11,7 +13,6 @@ while True:
continue continue
if name!=userpassword: if name!=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