Commit af8b217f by BellCodeEditor

save project

parent c93db791
Showing with 9 additions and 1 deletions
...@@ -8,5 +8,12 @@ while True: ...@@ -8,5 +8,12 @@ while True:
print("欢迎来到提瓦特大陆") print("欢迎来到提瓦特大陆")
break break
else: else:
print("...异常...") if name!=username and password == userpassword:
print("...用户名异常...")
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