Commit 67f1be44 by BellCodeEditor

save project

parent 1bf4da97
Showing with 11 additions and 0 deletions
a="581581581"
b="wzywzywzy"
while True:
c=input("账号:")
d=input("密码:")
if [a,b]==[c,d]:
print("登录成功,欢迎来到贝尔编辑器!")
break
else:
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