Commit a1c5d724 by BellCodeEditor

save project

parent 07af4175
Showing with 1 additions and 0 deletions
...@@ -6,3 +6,4 @@ id = input("用户名:") ...@@ -6,3 +6,4 @@ id = input("用户名:")
pwd = input("密码:") pwd = input("密码:")
if(id == username and pwd == userpassword): if(id == username and pwd == userpassword):
print("欢迎登录我的世界java版") print("欢迎登录我的世界java版")
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