Commit f1b42acb by BellCodeEditor

save project

parent 56b06112
Showing with 5 additions and 1 deletions
......@@ -11,5 +11,8 @@ while True:
if username==name and password==userpassword:
print("登陆成功")
break
print("登陆成功")
if name!=username:
name=input
if password!=userpassword:
password=input
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