Commit b0c0935b by BellCodeEditor

save project

parent f3857c38
Showing with 5 additions and 2 deletions
...@@ -6,4 +6,7 @@ while True: ...@@ -6,4 +6,7 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
break break
print("登陆成功!") print("登陆成功!")
print("欢迎来到提瓦特大陆") print("欢迎来到提瓦特大陆")
\ No newline at end of file else:
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