Commit 8df5d0a7 by BellCodeEditor

save project

parent da8df2b6
Showing with 8 additions and 6 deletions
yhm="1" yhm="1"
mm="2" mm="2"
y=input("用户名:") while True:
m=input("密码:") y=input("用户名:")
if y==yhm and m==mm: m=input("密码:")
if y==yhm and m==mm:
print("成功") print("成功")
else: break
peint("失败") print("失败")
\ No newline at end of file print("hi")
\ 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