Commit ad83e5c0 by BellCodeEditor

save project

parent c9efcd05
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ o="天下无敌" ...@@ -2,7 +2,7 @@ o="天下无敌"
p="123456" p="123456"
w=input("你的名字是什么") w=input("你的名字是什么")
i=input('你的密码是什么?') i=input('你的密码是什么?')
if o==w and p=i: if o==w and p==i:
print("成功登录") print("成功登录")
else: else:
print("用户名或密码输入错误,请重新输入") print("用户名或密码输入错误,请重新输入")
......
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