Commit 3858e8ad by BellCodeEditor

save project

parent 6c67873c
Showing with 10 additions and 2 deletions
...@@ -7,10 +7,18 @@ r=input('请输入号码:') ...@@ -7,10 +7,18 @@ r=input('请输入号码:')
while 3: while 3:
if userpassword==r and username==o: if userpassword==r and username==o:
print('ni')
print('恭喜你登录了') print('恭喜你登录了')
break break
else: if r != userpassword
print('你食不食油饼') print('细狗你行不行啊')
if o != username:
print('逊')
if r != userpassword:
print('你ma')
......
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