Commit b3c94f49 by BellCodeEditor

save project

parent 5f041bdf
Showing with 8 additions and 4 deletions
username="13895109418"
userpassword="166013248"
name=input("用户名")
password=input("密码")
if name ==username and password ==userpassword:
print("已登录")
while True:
name=input("用户名")
password=input("密码")
if name ==username and password ==userpassword:
print("已登录")
break
print("密码或用户不正确")
print("欢迎来到bilibili")
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