Commit 4e7fdd7f by BellCodeEditor

save project

parent 87ab6a5b
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ name = input("jntm:") ...@@ -4,7 +4,7 @@ name = input("jntm:")
password = input("jntm:") password = input("jntm:")
if name == username and password == userpassword: if name == username and password == userpassword:
print("jjjjjjntm!") print("jjjjjjntm!")
b
# 请用input()实现用户输入账号、密码的功能 # 请用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