Commit 6e47aa91 by BellCodeEditor

save project

parent f9b6bca9
Showing with 7 additions and 0 deletions
usename = "pytho"
userpassword = "123456"
usename_1 = input("请输入密码")
userpassword_1 = input("请输入密码")
if usename == usename_1 and userpassword == userpassword_1:
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