Commit fde04acf by BellCodeEditor

save project

parent 89bdaaf5
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,7 @@ yhm="1" ...@@ -2,7 +2,7 @@ yhm="1"
mm="2" mm="2"
y=input("用户名:") y=input("用户名:")
m=input("密码:") m=input("密码:")
if y=yhm and m=mm: if y==yhm and m==mm:
print("成功") print("成功")
else: else:
peint("失败") peint("失败")
\ 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