Commit de7a9b0f by BellCodeEditor

save project

parent d2fddb4f
Showing with 2 additions and 18 deletions
i=3
a="python"
b="12345"
while True:
if i>0:
n=input("用户名:")
p=input("密码:")
i=-1
if n==a and p==b:
print("成功!")
break
if n != a:
print("名错误!")
continue
if p != b:
print("码错误!")
print("欢迎!")
\ No newline at end of file
micheai_jac
\ 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