Commit 8df5d0a7 by BellCodeEditor

save project

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