Commit 14ecdbbc by BellCodeEditor

save project

parent c256c561
Showing with 11 additions and 2 deletions
# 我们都爱夸夸夸
\ No newline at end of file
a="a"
b="1234"
while True:
c=input("请输入用户名:")
d=input("请输入密码:")
if a==c and b==d:
print("登陆成功,欢迎来到贝尔编程!")
break
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