Commit 1b452b6f by BellCodeEditor

auto save

parent 370cf254
Showing with 9 additions and 0 deletions
username="sb"
userpassword="SB"
while True:
name=input("账号")
password=input("密码")
if username==name and userpassword==password:
print("sddd")
break
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