Commit 3858e8ad by BellCodeEditor

save project

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