Commit 20e1d75a by BellCodeEditor

save project

parent f946d132
Showing with 5 additions and 3 deletions
o="天下无敌"
p="123456"
w=input("你的名字是什么")
i=input('你的密码是什么?')
while True:
#w=input("你的名字是什么")
#i=input('你的密码是什么?')
while True:
w=input("你的名字是什么")
i=input('你的密码是什么?')
if o==w and p==i:
print("成功登录")
break
......
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