Commit 5f1c0384 by BellCodeEditor

save project

parent a8ebf2d9
Showing with 2 additions and 0 deletions
......@@ -4,6 +4,8 @@ name =input("输入你的账号")
rpassword =input("输入你的密码")
if username==name and userpassword==rpassword:
print("登入成功")
# 请用input()实现用户输入账号、密码的功能
......
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