Commit 8df5d0a7 by BellCodeEditor

save project

parent da8df2b6
Showing with 9 additions and 7 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("密码:")
print("成功") if y==yhm and m==mm:
else: print("成功")
peint("失败") break
\ No newline at end of file print("失败")
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