Commit 2c15d115 by BellCodeEditor

save project

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