Commit 4e09cafc by BellCodeEditor

save project

parent 5f9490c2
Showing with 4 additions and 1 deletions
...@@ -17,7 +17,10 @@ while True: ...@@ -17,7 +17,10 @@ while True:
print("正在登陆中,请稍后") print("正在登陆中,请稍后")
time.sleep(3) time.sleep(3)
os.system("cls") os.system("cls")
print("欢迎来到" + username + "的炒鸡煞笔的吃粪世界") print("用户" + username + "登录成功")
break break
else: else:
print("用户名或密码登录错误,请重新输入哦!煞笔") print("用户名或密码登录错误,请重新输入哦!煞笔")
print("欢迎来到" + username + "的炒鸡煞笔的吃粪世界")
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