Commit 2c15d115 by BellCodeEditor

save project

parent 44579b03
Showing with 80 additions and 5 deletions
username="admin"
userpassword="123456"
name=input("")
password=input("")
if username==name and userpassword==password:
print("sb")
\ No newline at end of file
while True
name=input("请输用户名")
password=input("请输密码")
if username==name and userpassword==password:
print("成功登录")
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