Commit 3858e8ad by BellCodeEditor

save project

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