Commit e79b4ae6 by BellCodeEditor

save project

parent e7a59262
Showing with 10 additions and 8 deletions
......@@ -4,11 +4,13 @@ while True:
name = input("请输入用户名:")
if name != username :
print("账号")
continue
else:
break
while True:
password = input("请输入密码:")
if password != userpassword:
print("密码")
if name == username and password == userpassword:
print("'")
print("welcome")
\ No newline at end of file
if password == userpassword:
print("gogogo")
break
else:
print("...")
print("welcome\nglad to see")
\ 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